core
-
Android Activity Transition Example
The transitions between different Android Activites consist of animations that are used when we enter and exit a specific Activity.…
Read More » -
Android Settings Example
During the development of mobile applications, a common requirement is of storing app related data to the phone. In Android we perform…
Read More » -
Android ViewPager Example
One of the most popular views in Android is the ViewPager, a view that helps us slide from one “screen”…
Read More » -
Android Start Service on Boot Example
In the mobile device world, many times, we may need to make an application that has to do some tasks…
Read More » -
Android Google Maps v2 Tutorial
The great power of mobile applications software, is that it gives us the opportunity to develop many ideas that use…
Read More » -
Android Physical Keys Example
Every Android device is provided with physical keys. In the wide variety of Android mobile devices, we may meet devices…
Read More » -
Android Video Capture Example
In a simple and modern Android application, it is becoming very common, that the camera is used not only to…
Read More » -
Android Canvas Example
Android provides a set of APIs for 2D-drawing that allow you to render your custom graphics on a canvas or…
Read More » -
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 »