core
-
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 » -
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 » -
Android Handler Example
In this example we are going to see how to use Android Handler. As we read from the official documentation:…
Read More » -
Android HorizontalScrollView Example
In this example we are going to see how to use HorizontalScrollView in an Android Application. The HorizontalScrollView is like…
Read More » -
Android OnClickListener Example
In this post, we feature a comprehensive Android OnClickListener Example. We are going to see how to work with OnClickListener…
Read More » -
Android Scrollview Example
In this example we are going to see how to use Android ScrollView component. This is a layout container that can…
Read More » -
Android Asynctask Example
In this tutorial we are going to see how to use Android AsyncTask. As we read from the Android Documentation…
Read More » -
Android MultiTouch ListView Example
In this example we are going to see how to create MutliTouch ListView in an Android Application. In this example,…
Read More » -
Android Service Example
In this example we are going to learn about Android Service. The Android Service is one of the most important…
Read More » -
Android Timer Example
In this example we are going to create a simple Android Timer application. We are going to use some very…
Read More »