I've googled this quite a bit and have seen many arguments to not pass the
object rather store it in a database, use a custom Application object, or a
static variable.

Ultimately, the app will use a database so I'll just pass the id of the
record and pull it out in the new intent [correct me if that's not a solid
direction] but for now I am strictly looking to learn.

Should I continue to explore passing a full POJO to an intent, passing each
individual value as an extra [prefer not], or stick with the database
approach?

Thanks folks!

---
John C. Bland II
Blog: http://www.johncblandii.com
Company: http://www.katapultmedia.com
Twitter: @johncblandii

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