0

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

Ron
  • 67
  • 1
  • 2
  • 6
  • possible duplicate of [Saving Activity state in Android](http://stackoverflow.com/questions/151777/saving-activity-state-in-android) – john.k.doe Mar 31 '13 at 01:45

1 Answers1

1

Take a look of this post:

Saving Android Activity state using Save Instance State

Community
  • 1
  • 1
Cristian
  • 198,401
  • 62
  • 356
  • 264