> Is it possible to send an object via intent extras?
>
> I would like to send a pipeoutputstream to another APK (project via
> extra).

That is not possible.

> Can I save an object to a bundle somehow?

Only if you can make it implement Parcelable or Serializable.

If you need to expose some sort of stream, you will need to wrap the
stream in some API that you expose to other applications via AIDL.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



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