1
edit
Changes
no edit summary
== 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: