You might want to read the section on the developer guide on AIDL and IPC:
http://developer.android.com/guide/developing/tools/aidl.html

It explains how you can send a Parceleable data via an IPC.
R/

On Sun, Apr 12, 2009 at 11:41 AM, DevilMayCry <cyank...@gmail.com> wrote:
>
> Hi guys i am looking for an example that allows me to pass a custom
> class to a remote process. So far in the doc remote service example
> only an integer is passed i would like to pass a class on my own. I
> have implemented the parcelable protocol but i am really not  sure how
> to pass that class. Any help please?
>
> >
>

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