The Parcelable returned in onSaveInstanceState() is
TextView.SavedState instance in fact.
And I am afraid you can not inherit it to add your own field because
its constuctor is private.
Try another way.

Additionally,UI such as TextView object in an Activity will not be
recreated when
the avtivity is visible again unless you do that.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to