Android
-
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 » -
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 » -
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 »