I have a situation where my input fields are losing their contents. I have reviewed the sections on saving instance state and believe I have coded it correctly, however, the problem persists. I actually wonder if the problem might have to do with a second instance of the application running as opposed to the original instance being resumed. The reason I say this is because I have seen times where my application presents itself as an empty page and hitting the "return" button displays my application with all the data as it had been entered. Can you tell me more about the manifest entries concerning android:alwaysRetainTaskState="true" and/or android:launchMode="singleTask" Also, I discovered an attribute on the EditText control called android:saveEnabled="true".
Can you assist in clearing up this seemingly trivial use case? Peace, Scott -- 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

