[android-developers] Re: Implementing Parcelable with Eclipse - MyClass.java is in the way of MyClass.aidl

2009-01-06 Thread Jonathan DERROUGH
Hi, It seems that there is no need for an .aidl file since the parcelable declaration was automatically added to 'project.aidl' at the root of the project. Cheers. On Jan 4, 2:01 pm, Jonathan DERROUGH jonathan.derro...@gmail.com wrote: Hi, I am trying to use theParcelableinterface to have

[android-developers] Implementing Parcelable with Eclipse - MyClass.java is in the way of MyClass.aidl

2009-01-05 Thread Jonathan DERROUGH
Hi, I am trying to use the Parcelable interface to have an activity communicate with a service. Following the AIDL tutorial (http://code.google.com/intl/fr/android/ reference/aidl.html), I implemented the Parcelable interface in MyClass.java and created the corresponding .aidl file