It's been sometime since using INI - and when I did I mostly used INI++. I've had a look at the INI object on Android but I can't seem to do much with it.
At the end of each level, I need to save the levels_unlocked value to the INI and when the game is loaded I need to retrieve that value(along with a few others).
I'm assuming I set value levels_unlocked to item value "unlocked(or whatever name I choose)" and somehow retrieve that value when the game loads. But I can't figure out how to do this. [Edit: I now know how to retrieve values]
I also don't know where the file is saved or how to set the file path, etc.[still at loss on how to do this with android]
Could someone knock-up a quick example or image I can follow, or provide a tutorial for INI on Android. Thanks.