Dianne... instead of making a Handler subclass, would it be just as effective to have the Handler be a field of a custom Thread class which is reset by a dying activity instance in onRetainNonConfigurationInstance() and set by the new activity instance in onCreate()?
Instead of retaining the handler in onRetainNonConfigurationInstance(), I'd just retain a pointer to the thread. -Timo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

