Visit Sponsor

Android Views: 4

Android Interview Questions And Answers

This post answers some of the common android interview questions and answers. 1. How to send SMS in Android? You may send sms either using...

Read More

Android Views: 7

Android Styles and Themes Tutorial

This tutorial describes how to create and use styles and themes in Android applications with examples and code snippets. 1. Android Design...

Read More

Android Views: 3

Download Image using AsyncTask in Android

This tutorial explains how to download Image using AsyncTask in Android. The example below download image while showing progress bar while...

Read More

Core Java Views: 2

Normalize all whites paces from string

Java provides the StringBuffer and String classes, and the String class is used to manipulate character strings that cannot be changed....

Read More

Android Views: 3

Android ListView Example

1. Introduction This post will walk you through building simple and customized ListView in Android using different Android...

Read More

Android Views: 3

Android WebView Example

1. Introduction to Android WebView In the course of this tutorial, we will teach you how to use Android WebView and answer to some of the...

Read More

Android Views: 3

Android Toast Example

In this tutorial we will explain how to work with Android Toast with example. The example below demonstrates the usages of simple and...

Read More

Android Views: 1

Android Studio Features

This tutorial explains Android Studio Features and Installation steps. Android Studio is an IDE based on IntelliJ...

Read More

Android Views: 2

Installing Android Studio

Android Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on 15th may 2013. This tool has...

Read More

Android Views: 3

Creating Frame Animations in Android

This example explains step by step process to create Frame Animations in Android. An animation created by moving an object...

Read More
Close