>> Would it be possible to go back to the last state of all the controls? > > Sure, but you would have to save the state yourself and restore it on > switching. This sounds like overkill given the other options at your > disposal.
For some odd reasons I managed to forgot onSaveInstanceState() / onRestoreInstanceState() methods available for that purpose. In general see "Saving activity state" there: http://developer.android.com/guide/topics/fundamentals.html#lcycles -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

