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
best way is that convert to JSOn string using GSON and save this string to SharedPreference. I also use this way to cache responses.