-
ContactsContract
Android Contacts Example
In this example we are going to see how to get Contact Information on your own Android Application. This is…
Read More » -
core
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…
Read More » -
Intent
Android Intent Example
In this example we are going to see how to use the Android Intent component. You can think of Intents…
Read More » -
ProgressDialog
Android ProgressDialog Example
Progress dialogs are very commonly used components in all User Interfaces, when you want to display the progress of a…
Read More » -
socket
Android Socket Example
In this tutorial we are going to see how to use Sockets in Android Applications. In Android, sockets work exactly…
Read More » -
SQLiteDatabase
Android SQLite Example
In this example we are going to see how yo interact with an SQLite database with your Android Application. SQLite is…
Read More » -
content
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…
Read More » -
Thread
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…
Read More »