I have a workaround, but if anyone figures this out I'd love to see
it.

I have an inner static Parcelable class in my View to hold the view
state. From my Activity's onSaveInstanceState, I create that
Parcelable using a ctor that takes that View, and on my Activity's
onRestoreInstanceState I call a method on my View that takes the
Parcelable as an argument.

This seems to work, and it's not terribly messy, but it doesn't seem
quite right, either. Again, someone please post an example if you've
figured this out already.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to