Check out this tutorial

http://developer.android.com/guide/developing/tools/aidl.html#PassingObjects

You have to obtain an object from the creator first, then set its properties
as needed.

2011/4/7 Sahil Verma <vermas...@gmail.com>

> The documentation for createFromParcel suggests that the location object
> should have been written to the parcel with  writeToParcel.  Have you tried
> this method on the location object instead of writeParcelable on the parcel
> object?
> --
> 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
>

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