This tutorial explains Android intent, its types and methods with examples.
Continue readingmethods
Android Relative Layout Example
Android List View Example
You have learned many other layouts of Android, this tutorial explains list view in android with example.
Continue readingAndroid Grid View Example
Android grid view is one of most used layout in many applications. This tutorial explains grid view layout with examples.
Continue readingAndroid ListView with ListAdapter Example
In the previous tutorial we learned about List View layout with a simple example. This tutorial explains list adapter which is used to create custom lists.
Continue readingAndroid SQLite Database Introduction
This article is an introduction to SQLite database classes and methods. It is a pre-sequal to the complete Android SQLite Example.
Continue readingAnimations with Android tutorial
This tutorial explains what animation is and how to use animations in your Android application with the help of an example.
Continue readingNotifications in Android
Notifications in Android applications are very useful. This tutorial explains how to set notification in your application with the help of example.
Continue readingEvent Handing in Android
In the previous tutorials you have learned about activities, intents and other. This tutorial explains event handling in Android with the help of example.
Continue reading