Android Resume Activity
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-04T18:16:05Z
Indexed on
2010/05/04
18:18 UTC
Read the original article
Hit count: 1175
In my app, I start an activity and then on button click, display an http url (using Intent - VIEW_ACTION)
So when in the middle of the activity, if the user clicks the button called "Google", it opens up google.com in the browser.
When I hit the back button, it comes back to my original activity screen. How can I get my activity to resume from where it left of?
Thanks George
© Stack Overflow or respective owner