I want to resume my application from where the user left before in the previous session. For example,suppose a user is using my application and he is in screen-3 of my application and then he receives a phone call or clicks home button accidentally . Now if he resume my application, I need to resume my application from screen-3 instead of screen-1 i.e from where the user left out previously.
Need Guidance on how to do this. Thanks.