Android
-
Android Checkbox Example
One of the easiest and most common ways to accept user input in an Android Application is the Checkbox component. In this…
Read More » -
Android Password Field Example
In this tutorial we will see how you can use a normal EditText component in order to take a password…
Read More » -
Android Textbox Example
In your Android application, you may want to accept user input. There are many ways you can do that and…
Read More » -
OpenGL ES Texture Mapping
With this example we are going to demonstrate how to perform OpenGL ES Texture mapping (OpenGL ES on Android). We…
Read More » -
Displaying Graphical Elements with OpenGL ES
In this example we shall show you how to display graphical elements with OpenGL ES on Android. First off, 3D…
Read More » -
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 » -
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 » -
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 » -
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 »