What's New Here?Subscribe to RSS feed

Android Contacts Example
In this example we are going to see how to get Contact Information on your own Android Application. This is an example that demonstrates the appropriate queries (basically there are ...

Build Android application package file (APK) using Eclipse IDE
Android application package file (APK) compressed file that is used to install and distribute Android Applications. Remember when you install an new Application in your Android Phone ...

Android Intent Example
In this example we are going to see how to use the Android Intent component. You can think of Intents as messages that the Android Platform sends when it wants to request the service ...

Android ProgressDialog Example
Progress dialogs are very commonly used components in all User Interfaces, when you want to display the progress of a task that is taking up a lot of time, for example a file or an ...

Android Socket Example
In this tutorial we are going to see how to use Sockets in Android Applications. In Android, sockets work exactly as they do in Java SE. In this example we are going to see how to run ...

Android SQLite Example
In this example we are going to see how yo interact with an SQLite database with your Android Application. SQLite is an Open Source Database for structued data in relational databases. ...

Android SharedPreferences Example
In this example we are going to see how to use Android SharedPreferences. You can permanently store preferences using SharedPreferences with the form of a pair : key and a value. ...

Android Thread Example
In this example we are going to see how to use Android Thread. As we read from the official documentation:A Thread is a concurrent unit of execution. It has its own call stack ...






