Google Adroid Architecture
The following diagram shows the major components of the Android operating system. Each section is described in more detail below. Getting Started with Android To get started with Android, please read the following sections first: Installing the SDK and Plugin How to install the Android SDK and Eclipse plugin. Developing and Debugging An introduction to developing and debugging Android applications in Eclipse, plus information on using other IDEs. Hello Android Writing your first Android Application, the ever popular Hello World, Android style. Anatomy of an App A guide to the structure and architecture of an Android Application. This guide will help you understand the pieces that make up an Android app. Notepad Tutorial This tutorial document will lead you through constructing a real Android Application: A notepad which can create, edit and delete notes, and covers many of the basic concepts with practical examples. Development Tools The comma...