1. Introduction to Android: What is Android? Features of Android Android Devices in the Market About Android Versions
2. Obtaining the Required Tools: Eclipse Android SDK Android Development Tools (ADT) Java Development Kit (JDK)
3. Installation: How to install the Eclipse? Creating Eclipse Environment Integrating Eclipse with Android IDE Exploring Eclipse IDE
4. Creating Your First Android Application Creating Android Project Setting Up Environment AVD Creation - Emulator Executing Project on Android Screen
6. Building UI with Activities: Activity Lifecycle Intents Communicating Data through Activities Menus - Option Menu & Context Menu
7. Basic Views: Text View, Edit Text Button, Image Button, Check Box Radio Button, Radio Group List View, Spinner, Scroll View
11. Database: Using SQLite Database How to create a Database? How to Store Values in Database? Working with Cursors – Insert, Update & Delete