[android-developers] Re: How to pass a LIst of MyObject in .aidl

2012-10-18 Thread Landry shuai
How do you solve this problem? I also come across this problem. On Wednesday, September 23, 2009 9:57:10 AM UTC+8, John Landler wrote: > > I read this. > http://developer.android.com/guide/developing/tools/aidl.html > > And I have > * created a MyObject.java which implements Parceable. > * created

[android-developers] Re: How to pass a LIst of MyObject in .aidl

2009-09-22 Thread n179911
I read this. http://developer.android.com/guide/developing/tools/aidl.html And I have * created a MyObject.java which implements Parceable. * created a MyObject.aidl file which just contains: package com.mycompany.mypackage; parcelable MyObject; * In my IMyService.aidl, I have added import com