But as per the Android documentation "A content provider is only
required if you need to share data between multiple applications".

--Tushar


On Mar 13, 3:31 pm, nagaraj attimani <[email protected]>
wrote:
> Content Provider might sortout this issue ..
>
>
>
> On Fri, Mar 13, 2009 at 7:18 PM, Tushar <[email protected]> wrote:
>
> > 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
>
> --
> Best Regards
> Nagaraj
--~--~---------~--~----~------------~-------~--~----~
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