-
WebView
Android WebView Example
In Android, you can use the WebView component in order to present markup pages from URL or custom html markup page (short of…
Read More » -
GridView
Android GridView Example
One of the most usefull layouts in Android is the GridView. GridView organizes the items of your screen in a…
Read More » -
Toast
Android Toast Example
In Android you can use the Toast component to display short pop up messages to the user that automatically disappear in…
Read More » -
AlertDialog
Android Prompt User Input Dialog Example
In Android you can use the AlertDialog component, and you can customize it to your own User Interface so it…
Read More » -
Spinner
Android Spinner (Drop Down List) Example
In Android it’s very easy to create Drop Down Lists using the Spinner component. In this tutorial we are going to…
Read More » -
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 » -
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 »