1
edit
Changes
→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 ===