I have a problem saving an instance when changing screen orientation. I have an array with a specific structure:
private ArrayList <MyObject> myArr;
And this is sctructure:
public MyObject{ public variable1;
I need to save the array "myArr". How to save this "variable"?
source share