Android : Lab
Revision as of 07:29, 19 March 2011 by Jordan.anastasiade (talk | contribs)
Main Page · Course Description · Course Topics · Schedule, Students, Teams · Course Resources · Course Projects
Here are few steps to guide you in the process of building an Android application:
Step 1. Build the First Activity.
Step 2. Add Options Menu
Override onCreateOptionsMenu and onOptionsItemSelected almost empty
Step 3. Add a new activity: the Edit Activity.
Add Edit Activity & Create an Intent on OptionsItemSelected
Step 4. Define a Helper for SQLite
Step 5. Write and Display data from DB.
to be continued