Need AIDL tutorials [closed]

扶醉桌前 提交于 2019-12-03 01:13:56

问题


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:

  1. http://marakana.com/forums/android/examples/48.html
  2. http://owenhuangtw.pixnet.net/blog/post/23760257-android-aidl-(android-interface-definition-language)
  3. 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!