1
edit
Changes
→6.3. Add Contact Activity to the Android Manifest
=== 6.3. Add Contact Activity to the Android Manifest ===
6.3.1. Just add this line to the list of activities in ''AndroidManifest.xml''
<source lang="java">
<activity android:label="Add Contact" android:name="AddContactActivity"></activity>
</source>
=== 6.4. Implement Add Contact in the main activity class ===