问题
I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.
回答1:
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/
回答2:
Another good AIDL tutorial:
http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with-a-background-service-using-ipc/
回答3:
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/
回答4:
here is a very good doc over AIDL.
来源:https://stackoverflow.com/questions/7497970/need-aidl-tutorials