Thanks Kris, I was planning to move data in parcelable objects. Does it affect performance of application. That's what i has what is the best way/method for passing array list
Thanks Fahad Mullaji On Sun, Sep 9, 2012 at 7:33 PM, Kristopher Micinski <[email protected]>wrote: > I thought this answer had been answered before? > > -- If it's smallish you can pass it in the intent to another activity > -- if it's larger you can think about backing it in a content > provider within the app to keep things persistent > > kris > > On Sun, Sep 9, 2012 at 9:33 AM, fahad mullaji <[email protected]> > wrote: > > Hi All, > > > > What is the best method to share array list object between android > > activities? > > Caching,Parcelable or something new? > > > > -- > > Regards > > Fahad Mullaji > > > > > > -- > > 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 > > -- > 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 > -- Regards Fahad Mullaji -- 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

