in my app in a particular activity i have a text view and a button. Whenever the user clicks the button an xml file gets parsed over the text view. In my xml file i have around 50 question tags and they get parsed one by one. When the user in around 30 question and he rotates the app from landscape to portrait or vice verse the question’s once again gets started from the beginning. How to avoid these problem and maintain in the same question
Share
In android when orientation is changed your activity is re-created. You have to options to solve this.