Question
How to save data in the application to recover it later?
Hi everybody. I’m developing an application and I want that the user could keep some data such as scores and some other variables in order that they could be recovered the next time the user runs the application. I mean I have variables that are incrementing due to certain events but the problem is that they reset any time the user exits. How can I make to save them in order to recover them later? Thanks in advance.
Regards