I have an application which needs a continue function. When the user for example presses the home button i need the application to store some information and then when the continue button is pressed for it to restart the application from exactly where it left off.
How can i do this? I’ve done some research on preferences but i seem to be getting conflicting answers.
If you’re asking how to actually save and retrieve their info, here’s how to Save info
And here’s how to get it back
You can then use this value to determine which view to start them at when they load your app.