I’m making a single player game on mobile (Android).
I was wondering whats the best way to save data on that platform (Android)?
PlayerPrefs?
XML?
JSON?
Binary?
I only need to store about less than 10 number values. (Current Level, Current EXP) not too much since it’s just a mobile game.
I haven’t learned anything besides PlayerPrefs yet, so it is worth it for the time-being to learn any of the saving types?