-
main loop
Measuring Frames Per Second (FPS)
This is an example of how to measure frames per second (FPS) in an Android application or game. Measuring FPS…
Read More » -
main loop
Basic game loop
This is an example of how to create a basic game loop with Android. Before following this basic game loop…
Read More » -
canvas
Particle Explosion example
In this tutorial we are going to see how can we create a Particle Explosion effect in our Android Application.…
Read More » -
canvas
Moving Images on Screen
In this example we shall show you how to create and display moving Images on the screen in your Android…
Read More » -
camera
HTTP Camera live preview example
With this example we are going to demonstrate how to create Live Camera preview in Android. The Android SDK includes a Camera class…
Read More » -
animation
Animations examples
In this example we shall show you how to programmatically set animations to a layout . To achieve this one…
Read More » -
preference
Prefernces and PreferenceActivity example
In this example we shall show you how to use Preferences with Android. This functionality is used for storing user’s…
Read More » -
view
Creating an AppWidget for the home screen
In this tutorial we are going to see how can you create an AppWidget of your Android Application for the…
Read More » -
view
Using options menus
In this example we shall show you how to create and display option menus in your Android Application. It is…
Read More » -
xml
XML Binding with Simple Framework
In this tutorial we are going to see how can we Simple Framewrok for XML Binding in Android. The basic…
Read More »