-
database
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 » -
os
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 » -
Activity
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 » -
activity
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 » -
junit
JUnit Assertions Example
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven…
Read More » -
junit
JUnit Annotations Example
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven…
Read More » -
Android
Android MediaPlayer Example
The Android multimedia framework includes support for playing variety of common media types, so that you can easily integrate audio,…
Read More » -
Sensor
Android Accelerometer Example
The Android platform provides several sensors that let you monitor the motion of a device. Some of these sensors are…
Read More » -
Android
Android VideoView Example
When we want to create an Android application that has an Android Activity inside of which we are planning to…
Read More »