Android Development for Beginners

The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.


 An early look at the the Android SDK is also available. It includes sample projects with source code, development tools, an emulator, and of course all the libraries you'll need to build an Android application.


Download the SDK

To start learning about the Android platform, please read the documentation in the following order:
What is Android? - An overview of the Android platform
Getting Started - All the basics, including Hello World
Developing Applications - The nuts and bolts of Android applications
Developer Toolbox - In-depth information on specific topics
Reference Information - A myriad of reference material
Sample Code - Several sample Android applications for your viewing pleasure
Frequently Asked Questions - Common issues and questions