First page Back Continue Last page Graphics
Android Development 101
Before we start, we need to know how Android apps are structured
They are largely event-driven
Spend most of their time responding to system / user events
The system traps the event - you decide how to handle it