Tommy wrote:
> I am trying to figure out the best way to pass an ArrayList <Custom
> Type> to a new activity.

I will argue that complex data models should be in a shared spot (e.g.,
managed by a local service), referenced by both activities. You waste a
bunch of CPU time and memory marshaling and unmarshaling the data trying
to pass it via an Intent extra or something.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in NYC: 1-2 May 2010: http://guruloft.com

-- 
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to