I have an android app that has a database of People. When I close the application, the data base remains and when I turn off the phone and turn it back on, the People are all there on my list.
My app supports other features such as letting the user decide the Person should be displayed. Eg, FirstName then LastName or vice versa etc. When I set these settings then quit the app and start it again. The settings are lost.
How do I keep these variables set? Kind of like they are in the database. What is the easiet/best way?
Thank you.