Android : Lab

From CDOT Wiki
Jump to: navigation, search

Here are few steps to guide you in the process of building an Android application:


Step 1. Build the First Activity.

ShowContacts Activity class


Step 2. Add Options Menu Override onCreateOptionsMenu and onOptionsItemSelected almost empty

Step 3. Add a new activity: the Edit Activity.


Step 4. Define a Helper for SQLite


Step 5. Write and Display data from DB.


to be continued


Here is the code for the steps described above



|criteria=To be determined}}