Android App Structure
- Review the structure of Android applications
- Explore Android Menus and the precise layout files required to support them
- Introduce the Application object
- Introduce a simple Adapter to render a custom list
Objectives
- Enable menus to support navigation between Donate and Report
- Introduce an Application Object to host list of donations
- Introduce an Adapter to render this list