I'm working on a TabActivity with 4 tabs, each of which works on various data pieces in a single data object. I have a few questions:
- What is the best way to make this object available across all these activities? Is it as an object defined in the TabActivity and visible to each of the children? - How do you pass the result set by a child activity back through the parent? I'm always getting RESULT_CANCELED at the activity calling the TabActivity regardless of what I set in the child activity. - getLastNonConfigurationInstance() doesn't seem to work with these child activities, is this expected? When my child activity was a standalone activity the code worked fine but now as a child it does not. Any help is appreciated. There doesn't seem to be lots of good information about TabActivity/TabHost out there anywhere. Thanks, Derek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

