I have an ArrayList with custom objects. Each custom object contains a variety of strings and numbers. I need the array to stick around even if the user leaves
ArrayList
//Set the values intent.putParcelableArrayListExtra("key",collection); //Retrieve the values ArrayList onlineMembers = data.getParcelableArrayListExtra("key");