I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.
The tutorial on the android developer site is good. There are also a bunch of other good ones:
- http://marakana.com/forums/android/examples/48.html
- http://owenhuangtw.pixnet.net/blog/post/23760257-android-aidl-(android-interface-definition-language)
- http://www.app-solut.com/blog/2011/04/using-the-android-interface-definition-language-aidl-to-make-a-remote-procedure-call-rpc-in-android/
Another good AIDL tutorial:
http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with-a-background-service-using-ipc/
here is a very good doc over AIDL.
one of the good tutorial for Android AIDL is here. Actually AIDL provide the Binding Different processes running in their own memory location. eg. Binding with Remote Service
http://www.zestofandroid.blogspot.com/
精彩评论