I am making an Android game, I want to be able to save and load local data like high scores, settings in a .txt file or something like saveString()/loadString() do in regular mode since those don't work in Android mode.
I haven't really seen a solution on here for simple text/int data saving and loading in Android so I'm signed up hoping someone has an idea. Saving and loading simple integer or string data locally in my Android app is what I need help with.
Thanks.