0

I am stuck with severe issue, I have an develop application in which iam redirect to the MAP browser showing the Route between Two cities , now when i press the back button on the Device my previous data are lost and i get unusual result.

How to solve the application preserving previous state

shvivek
  • 328
  • 3
  • 6
  • 18

1 Answers1

0

I think you need to override onSaveInstanceState(Bundle savedInstanceState) and onRestoreInstanceState(Bundle savedInstanceState). For more info. click here.

Community
  • 1
  • 1
RootCode
  • 569
  • 7
  • 12