Android
-
Android Database Example
In Android programming, storing data into a database is not a common practice, as we have other and most suitable…
Read More » -
Android Camera Example
In our previous Android Example, we tried to explain the use of Android SurfaceView through a simple camera application. In…
Read More » -
Android SurfaceView Example
In Android, all simple layout views are all drawn on the same GUI thread which is also used for all…
Read More » -
Android Cursor Example
In Android programming, storing data into a database is not a common practice, as we have other and most suitable…
Read More » -
Android Bundle Example
As we have seen in our previous example Android StartActivityForResult Example, in Android, the Intent describes the activity to be…
Read More » -
Android startActivityForResult Example
In Android, the startActivity(Intent) method is used to start a new activity, which will be placed at the top of…
Read More » -
Android TimerTask Example
In this example, we are going to see, how a java.util method, can help us deal with timer recurring tasks…
Read More » -
Android ListActivity Example
ListActivity is a subclass of Activity that includes a ListView object. Through ListActivity class you can create an activity in…
Read More » -
Android ViewFlipper Example
ViewFlipper is an extension class of ViewAnimator, which animates between two or more views that have been added to it.…
Read More »