- UI Basics from the Android Dev Guide.
- Adapters (UIs for arrays, ...), from the Android Dev Guide.
- Study the implementation of the ToDo List in Chapter 2. You can download all source code for the textbook.
- You can review Chapter 3 (minus the ToDo List).
- In Chapter 4, read:
- Fundamental Android UI Design
- Introducing Views
- Introducing Layouts
- Creating New Views
- Creating and Using Menus
- Introducing the Android Menu System
- Defining an Activity Menu
- Menu Item Options