How to implement Resume of the app?
Unsolved
General and Desktop
-
Hi
Maybe you should mention platform?
Desktop or android?
When you say resume point, do you mean that application can store its state
and load it next time ? -
Hi
Maybe you should mention platform?
Desktop or android?
When you say resume point, do you mean that application can store its state
and load it next time ? -
Sorry for not providing adequate info.
Its for Android/iOS mobiles/Tablets. Yes, Need to store its state when the application get closed and resume when its loaded again.
@Mathan-M
Ok,
So its more related to
https://developer.android.com/training/basics/activity-lifecycle/pausing.html
Than simply re-running the app?