I use Observable Singleton objects because they automatically update themselves and I never have to check if the values are stale or if I need to retrive a new version of the object or anything of that nature. There is a complete eclipse project available for demonstrating how it works.
http://androidworkz.com/2010/08/14/beyond-smart-lists-how-observable-singletons-change-the-game/ On Aug 16, 3:20 am, Zsolt Vasvari <[email protected]> wrote: > The best way to share data between tabs is to NOT use activities. I > am not sure what the API people were on (but I want some of it) when > they thought tabbed activities should make it into the final API. > > On Aug 15, 4:29 pm, Filip Havlicek <[email protected]> wrote: > > > I went the database way if anyone else is interested in this matter in > > future. > > -- 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

