Mainly all I want to do is that when the user uses my app and presses the home button or just exits the app (doesn't matter which way he exits), the next time he enters the app I want to display the first page of my app (instead of the last screen he was in).
I want to do this:
- when the user exits the app I will delete it from the memory so the app service will keep on going
- but the next time the user enters the app it will start from the first page
Thanks.