This is Android tutorial. In this tutorial you will learn the basics and some advanced topics of Java programming for Android platform.
last modified December 5, 2012
This is Android development tutorial. The tutorial is suited for beginners. After reading this tutorial, you will be able to program non-trivial Android applications.
- [Introduction](intro/)
- [First program](first/)
- [Buttons](buttons/)
- [Intents](intents/)
- [Layout management](layout/)
- [Spinner widget](spinner/)
- [Seekbar widget](seekbar/)
- [ProgressBar widget](prgbar/)
- [ListView widget](listview/)
- [Pickers](pickers/)
- [Menus](menus/)
- [Dialogs](dialogs/)
- [Drawing](drawing/)
Android is a Linux based operating system designed for mobile devices such as smartphones and tablet computers. It is also used for various networking equipments, smart TV systems, wrist watches and household appliances. Applications for Android are developed in a customised version of the Java programming language.
Java tutorial covers the Java programming language.