Hi, I'm going through the ApiDemos in Android 2.2 and I can't get the SaveRestoreState example to do what the doc at the top is telling me it should do. I edit both text fields, hit the back button, then go back to SaveRestoreState, and the text fields are both reset (not just the top one). If I switch to an entirely different app, then go back, then both text fields are SAVED.
So, from what I can see, both EditText objects are acting the same, even though only the top one has an id assigned to it. Here is the example source for reference: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/SaveRestoreState.html -- 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

