Search Results for: java 8
-
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 » -
Handler
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 » -
HorizontalScrollView
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 » -
OnClickListener
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 » -
ScrollView
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 » -
AsyncTask
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 » -
ListView
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 »