GAYET Thierry wrote: > Hi, my service implement a security protocol that contain a certificate. > My application (i have written too) > > I have heard aidl communication that can be used between a service and > an application but don't know how to use it too. I need some more > information about.
A fair bit of documentation can be found here: http://developer.android.com/guide/developing/tools/aidl.html The SDK also contains sample code implementing AIDL: ApiDemos/src/com/example/android/apis/app/IRemoteServiceCallback.aidl ApiDemos/src/com/example/android/apis/app/IRemoteService.aidl ApiDemos/src/com/example/android/apis/app/ISecondary.aidl You can also find sample code for remote services from my _Android Programming Tutorials_ book page: http://commonsware.com/AndTutorials/ AIDL is also covered in the following print books: _Beginning Android_ (by yours truly) _Professional Android Application Development_ (by Reto Meier) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

