Sunday, 11 August 2013

Android Application: Returning to the activity where you stopped

Android Application: Returning to the activity where you stopped

I've been making a simple android app here, but i'm stuck with a problem.
The app is composed of 1 splash(that is the main activity) and 4 other
activities(one of them is used to go to the other 3). Whenever i exit my
application and resume it with the process manager, it opens the activity
i stopped at. But, when i resume it by clicking on the icon, it goes back
to the splash activity. Is there any way to make it always go to where i
stopped? Any flag or something i can set?

No comments:

Post a Comment