搜索资源列表
AIDL
- android中操作电话界面的接口,可以控制来电界面和自动接听和自动拒绝-android phone interface, the interface to operate, can control the interface and automatically answer calls and automatically rejected
AIDL-simple2
- android AIDL 例子 简单易懂-android AIDL
Android-IPC-AND-AIDL
- 介绍Android的IPC及AIDL的资料,是繁体字的,不过可以看明白的-The IPC introduces Android and AIDL the information is complex characters, but can see to understand
sources
- android 2.2 源码,包括SDK-android 2.2 source
AIDL
- android关于进程间通信的源码,希望对大家有用-android source of inter-process communication, I hope useful
aidl
- android aidl service
android-process-precoding
- IPC调用的AIDL的具体说明! 它本质上是Server端和Client端都具有相同的AIDL文件,要位于相同的包下,即package的包名药一样,然后才能正确的通过proxy访问,否 则client与server的aidl文件处于不同package会出错的。-IPC calls AIDL specific instructions! It is essentially a Server side and Client-side have the same AIDL file, t
AIDL
- android程序跨继承访问例子,包含服务端和客户端-The android procedures cross-inherited access examples, including services and client
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语言创建接口,该接口有一个
aidl
- 关于android的IPC通讯AIDL的实例源码,解压即可使用,包含server和client两个工程。-IPC communication AIDL android source code examples, extract can be used, including server and client works.
aidlandroidsrc
- Android aidl跨进程调用源码例子+详解-Android AIDL- cross A process call source code examples+ Detailed
AidlDemo
- 讲述了Android中用到的aidl通讯机制 例子-About Android aidl communication mechanisms used in examples
aidl
- android内部进程通信接口的描述语言-Android Interface definition language
aidl_example
- android AIDL 源码例子。高质量,保证可以运行,包括服务端和客户端。一个android客户端调用服务端方法的例子。-android AIDL source code examples. Quality, including server and client. An android client calls the server-side method example.
AIDLExample
- Android AIDL 进程间通信示例-Android AIDL example
Android-aidl-Demo
- aidl 使用详解 aidl 使用详解 aidl 使用详解 -aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,
radioservice_aidl
- Android AIDL programming for Radio Java Service
PinyinIME源码
- 本功能只是一个安卓的源码,但是还没发用,正在调试中(This a demo about android IME, but aidl is lost, now i am finding it.)
BinderSample-master
- binder原理的实践代码,包括Framework, AIDL, C++多方面的实战案例代码(The sample code of binder)