Android
-
Creating an AppWidget for the home screen
In this tutorial we are going to see how can you create an AppWidget of your Android Application for the…
Read More » -
Customized dialog
In this tutorial we are going to see how can we use Customized dialogs for user interaction in Android. The…
Read More » -
Using options menus
In this example we shall show you how to create and display option menus in your Android Application. It is…
Read More » -
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 Binding with Simple Framework
In this tutorial we are going to see how can we Simple Framewrok for XML Binding in Android. The basic…
Read More » -
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 » -
Parsing XML with SAX
In this tutorial we are going to see how can we parse an XML file using the SAX parsing method.…
Read More » -
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 » -
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 » -
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 »