Save and load Contacts when swapping Activities
问题 Hey guys maybe someone of you can help me: What im doing: I have a button in my ContactView that lets me select a phonecontact and inserts name and phonenumber into textviews. The Problem I have is that when i swap between MainActivity and ContactActivity the Contact is deleted and i need to select again a contact Here is my ContactView code public class ContactView extends AppCompatActivity { private static final int RESULT_PICK_CONTACT = 85; private TextView textView1; private TextView