-
Password
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 » -
TextBox
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 » -
html
Download images from a website using Jsoup
In this example we will use an HTML Parser, Jsoup, in order to download images from a website. jsoup is…
Read More » -
OpenGL ES
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 » -
OpenGL ES
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
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 »