core
-
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 » -
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
Launching new activities with intents
In Android you will frequently come up will a need to launch a new Activity from inside your own Application.…
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 » -
text-to-speech
Android Text-To-Speech Application
In this tutorial we shall show you how to use the TextToSpeech class to convert Text-to-Speech in Android. The idea…
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 » -
location
Reverse Geocoding with Yahoo API
A very popular group of services in smartphones are the Location Based Services. Geocoding is the process that finds the…
Read More » -
location
Location Based Services Application
With this example we are going to create a location based services application for Android. Location Based Services are quite…
Read More »