Changes

Jump to: navigation, search

Teams Winter 2011/team1/Android/Edit Contact

206 bytes added, 12:40, 7 April 2011
8.4 Implement The EditContact in the main activity class
===8.4 Implement The EditContact in the main activity class===
8.4.1 Add the following private fields to the ContactList Activity :
<source lang=java>
// added for Edit
private static final int EDIT_CONTACT =1;
private Student selectedStudent;
</source>
===8.5 Edit Contact In action ===
1
edit

Navigation menu