Hi,
I was looking out for ways to share data between various activities
that one may need to create for his applications . Using "Parcel"  and
Bundle one can do data exchange , but looks like  this is a bit
cumbersome process specifically if you have to share large array
objects with too many fields.

As  android.app.Application maintains global state for the
application , we can use this class to store global data and access it
across activities.  Is this a good way ? Are there any implications on
allocating large objects in the your class which extends from
android.app.Application ?

Is there any other better approach available ?

--Tushar




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to