Save the current screen on exit app

Whenever onStop() or onPause() is called, you can save the level or the Screen state to tiny db and read it back once the Screen is open.

and as Gordon Lu suggested, you should be rather using vertical arrgangements than Screens, or even a dynamic method if possible.