Changes

Jump to: navigation, search

Teams Winter 2011/team1/Android/Edit Contact

224 bytes added, 12:36, 7 April 2011
8.3 Add the EditContactActivity to the Android Manifest
===8.3 Add the EditContactActivity to the Android Manifest===
Now we have to declare our EditContactActivity in the Manifest:
open the AndroidManifest.xml and add this:
<source lang="java">
<activity android:label="Edit Contact" android:name="EditContactActivity"></activity>
</source>
===8.4 Implement The EditContact in the main activity class===
1
edit

Navigation menu