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...
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...
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...
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....
Android ListView Example
1. Introduction This post will walk you through building simple and customized ListView in Android using different Android...
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...
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...
Android Studio Features
This tutorial explains Android Studio Features and Installation steps. Android Studio is an IDE based on IntelliJ...
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...
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...

