Sunday, May 31, 2009

Android aidl

Android aidl is really very simple, once you "get it". All you do is create interfaces for all classes that you want to pass using aidl - like between a Service and an Activity. The interfaces are created not in the normal way, but as .aidl files. The Android Eclipse plugin automagically creates the .java file. You need to implement these interfaces in your classes. Then, you follow the instructions here

No comments: