Hi,

I've been looking at the Bundle documentation and I was wondering if
there's a way to store an Object in it so (for example) I could have a
list of Objects and when one is selected, put it into the Intent's
extras:

Intent i = new Intent(this, ObjectEdit.class);
i.putExtra(DbHelper.ObjectClassName, Object);

Otherwise, if I'm using the key, I seem to be needing to head off to
the database again to grab the object (based on it's _id) when I end
up in the ObjectEdit Activity.

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

Reply via email to