How to make an adroid app return to the last open activity when relaunched?
Posted
by johnrock
on Stack Overflow
See other posts from Stack Overflow
or by johnrock
Published on 2010-03-14T04:35:08Z
Indexed on
2010/03/14
4:45 UTC
Read the original article
Hit count: 254
android
Is it possible to configure an android app so that if a user has opened your app, launched numerous activities, then returns to the home screen and relaunches your app again, instead of going to the main activity they will instead be taken to the activity highest on the stack (the most recent activity in your app)?
© Stack Overflow or respective owner