I have this method in my .aidl file: void getObjects(out List<MyObject> objList); But I get this error
src/com/mycompany/mypackage/ITestService.aidl:26 parameter objList (1) unknown type List objList How to create a List of MyObject in .aidl? I know I need to create a Java class MyObject which implements Parceable. I just don't know what I need to do in .aidl file. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

