How to Save strings on the android.
in
Android Processing
•
2 years ago
Hello everyone , long time reader, first time poster.
Im developing a game for the android.
Theres a highscore and for now thats the only string i want to be able to save for obvius reasons.
I can do the loadString function and it grabs whatever i had when i turned my skecth into an app, but the saveString function does not work on the phone , and it does work on the desktop.
Althou on the desktop when it saves it , it saves on the skecth folder and not on the data folder, but if I add a path to the saveString function , the phone gives me an error.
Anyone knows a clean and short way of doing what I need there?
Or a long and dirty if it has to be... :)
Cheers and happy coding everyone!
1