TUTORIALS

AutoCompleteTextView is a text view that automatically shows completion suggestions.

➨ Android ProgressBar Example
ProgessBar shows a progress that has been made in some operation.
Tween animation is an animation defined in XML.
In this tutorials you will learn how to make a phone call in Android.

➨ Android Options Menu Example
Options menu is presented when a user presses the Menu button on the device.
In this tutorial you will learn to dynamically draw the following 2D objects.

➨ Android RadioButton Example
RadioButton allows user to choose one of several options.
A context menu is a menu that appears when a user long-presses a view.
In this tutorial you will learn how to add a button element to your application layout.

 Android Spinner
Spinners provide a quick way to select one item from a set.

Action bar helps access the most important actions quicker and easier.

To make your application more responsive and improve user experience, you should create an alternative layout for landscape orientation.

Toast is a simple pop-up notification message, that automatically fades away after a certain amount of time.

Layout Tutorials

Using LinearLayout all layout elements are aligned alongside, horizontally or vertically.

In RelativeLayout all views are positioned relatively to each other. 

ListView is a view group that displays a list of scrollable items.