搜索资源列表
TestAidl
- android中的aidl使用,会弹出一个toast,包括aidl文件,实现service的服务端及客户端调用,很详细,对学习aidl和service的人很有帮助,很完整-android aidl use, will pop up a toast aidl file service server and client calls, very detailed, very helpful for learning aidl and service people, very complete
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
AidlDemo
- 讲述了Android中用到的aidl通讯机制 例子-About Android aidl communication mechanisms used in examples
radioservice_aidl
- Android AIDL programming for Radio Java Service