-
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 » -
google maps
Google Maps example
With this example we are going to demonstrate how to use Google maps on Android. Note that in order to…
Read More » -
json
JSON parsing with Gson
This is an example of JSON parsing on Android with Gson. Google Gson is a Java library that can be…
Read More » -
view
Gallery View without pictures
This is an example of Galery view on Android without any pictures. Gallery View is one of Android’s widgets. It…
Read More » -
view
Customized dialog
In this tutorial we are going to see how can we use Customized dialogs for user interaction in Android. The…
Read More » -
view
Customized list view
This is an example of how to create a Customized ListView on on Android. The normal ListView component of Android…
Read More » -
xml
XML parsing with XML Pull
With this tutorial we are going to show you how to perform XML parsing using XML Pull in Android. There…
Read More » -
network
Using the HTTP API
In this example we shall show you how to use an HTTP Service from an HTTP Service provider with Android.…
Read More » -
activity
Main Activity UI example
One of the most basic steps you have to take when developing an Android Application is the design and the…
Read More » -
location
Proximity Alerts Example
One of the most used features in smartphones is the GPS devices that are embedded in the phones. Additionally more…
Read More »