I have a application that use TabGroupActivity, when I change the screen orientation they resume the first view I have loaded. Example: I’m on the view 3, I rotate the phone to landscape and the first view (the loading view of the tabGroup) was resumed.
How I can resolve this?
Thanks
You should save which tab you’re on in
onSaveInstanceState():Then restore it in
onCreate():