摘要:
IDL通过一种中立的方式来描述接口,使得在不同平台上运行的对象和用不同语言编写的程序可以相互通信交流;比如,一个组件用C++写成,另一个组件用Java写成。IDL建立起了两个不同操作系统间通信的桥梁。Android Interface Definition Language(AIDL)It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess comm 阅读全文