Remembering screens

Id like ideas and ways to be able to remember where was i, at what screens and what state when i quit the app and come back. Right now i have set the ‘set the screen awake to’ true everywhere so im always logged in. Id like to be able to quit and come back at exactly the right screens.

how ?

Hi @ocorbo
You could solve this using a stored variable. You can store the screen name on it every time a screen is opened. Also, on the first screen of the app, you will need to add the navigate to block connected with that stored variable inside the “when screen opens” block.

when you close the app. when you re open it, is it always going back to the first screen ?

@ocorbo Yes, always the first screen is opened, but you can redirect the user to another screen immediately.

do you have a demo example you could share to me ?

Hi @ocorbo Here is an example project: Thunkable