1. User opens dialog(I already have step 1)
2. User enters name, phone # and email address(this is also done)
3. User input is stored in an arraylist in the main activity.
4. When the user clicks the other button(to view contact list) it displays the arraylist in its own dialog
In all, three class files: One for the main activity, one for each dialog.
