Looking for a way to pass an arbitrary data type to a sub-activity.
Seems like Intents are missing something like intent.putExtra(String
name, Object object) or bundle.putObject(String name,Object object)
where object can be any type (such as List<MyClass>). L

I looked at all the type that can be pass via a Bundle or Intent and
did not see any method that supports arbitrary data types.
-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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