My app only contains Images where each level contains different pictures and I am having problem trying to save the data of my app. I mean, for instance, each time I reach a level(Lets supposed 7) in my app and when I closed my app all the data are lost due to the fact when I open it brings me back to the beginning(Level1.)
So I am wondering which method will be useful to store my data so that after I return in my app it brings me back where I left.
My app is done and I really need your HELP PLEASE because this is the last step that retains me to publish it.
Also, I intended to use SharePreferences it is documentation said it can only be used to store String, Boolean, and Integer.
Thanks for Sharing your Knowledge in advance.