Hello, please, how I can save an object array ?.
In a game for android, I need to save data of the game, I have some array objects and want to know how I can store them in memory for later loading when the player start the game again.
Local storage only save a value, not an array object.
"Save" is excessive.