java 需要 AIDL 教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7497970/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 20:14:15  来源:igfitidea点击:

Need AIDL tutorials

javaandroidaidl

提问by Cool Java guy ?????

I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.

我正在研究 AIDL 并考虑使用 APIDemo。但如果有人有更多的知识,请分享。

回答by Vineet Shukla

here is a very good docover AIDL.

这是一篇关于 AIDL的非常好的文档

回答by Rahul Kushwaha

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

Android AIDL 的好教程之一就在这里。实际上,AIDL 提供了在自己的内存位置运行的绑定不同的进程。例如。与远程服务绑定

http://www.zestofandroid.blogspot.com/

http://www.zestofandroid.blogspot.com/