This document provides an overview of Android app basics including:
- Java concepts that will be used like exceptions and interfaces.
- The Android platform architecture with the Linux kernel, libraries, Android runtime, and application framework.
- Common application building blocks like activities, intents, services, and content providers.
- The development tools including Eclipse and the Android SDK.
- A "Hello World" example app to demonstrate creating user interfaces with views and layouts.