android
-
OpenGL ES

OpenGL ES rendering example
This is an example of how to perform OpenGL ES rendering on Android. OpenGL for Embedded Systems (OpenGL ES) is…
Read More » -
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

Game loop example
In this example we shall show you how to create a game loop in Android. Before starting, you should check…
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

Using bitmap fonts
With this example we are going to demonstrate how to use bitmap fonts in an Android Application. Android is running…
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

Sprite Animation in Android
With this example we are going to demonstrate how to create and display a Sprite animation in an 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 » -
canvas

Displaying Images with Android
With this example we are going to demonstrate how to display Images with Android using canvas. In short, to create…
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 »

