Open main menu

CDOT Wiki β

Changes

Teams Winter 2011/team1/Android/Add Contact

84 bytes removed, 17:27, 27 March 2011
no edit summary
# [[Teams_Winter_2011/team1/Android/Add_Contact_Activity | Add Contact_Activity ]]
# [[Teams_Winter_2011/team1/Android/Implement_Add_Contact | Implement Add Contact ]]
 
== 6. Add Contact ==
=== 6.1. Create 'add' layout ===
=== 6.4. Implement Add Contact in the main activity class ===
6.4.1. First step is to create an instance of ''Intent'' to pass the current object to the activity and then start the activity for the ''Add Contact'' when it's selected from the menu items.
<source lang="java">
case R.id.item1:
1
edit