搜索资源列表
AIDL
- android中操作电话界面的接口,可以控制来电界面和自动接听和自动拒绝-android phone interface, the interface to operate, can control the interface and automatically answer calls and automatically rejected
Android-IPC-AND-AIDL
- 介绍Android的IPC及AIDL的资料,是繁体字的,不过可以看明白的-The IPC introduces Android and AIDL the information is complex characters, but can see to understand
CallMonitor2.1
- 实现了来电自动监听,对黑名单实行自动挂断,并回复自定义的短信。开发环境是在eclipse中集成了android插件,生成的.apk文件运行环境为android 2.1。-Monitor the incoming number,and end those in the blacklist automatically.And send a SMS to the incoming number.
sources
- android 2.2 源码,包括SDK-android 2.2 source
mobile-secctary
- 手机秘书,来电防火墙!短信防火墙!手机来点抗骚扰-Secretary phone, calls firewall! SMS firewall! Anti-harassment cell phone to point
AIDL
- android关于进程间通信的源码,希望对大家有用-android source of inter-process communication, I hope useful
aidl
- android aidl service
AndroidSource
- android系统源码,适合于android高级开发者-android system source code, suitable for advanced android developer
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-s
AIDL-simple2
- android AIDL 例子 简单易懂-android AIDL
PhoneManager
- 查询当前手机安装的软件,正在运行的服务,线程。可以查看手机的一些基本信息-Check the current phone software installed, running, thread. You can view some basic information of the phone
AIDLDemo
- 通过这个例子让我们很清楚的知道aidl的用途-is good
AIDL_example
- android上调用AIDL的例子,包含客户端和服务端,一个例子就可以掌握android下aidl的原理了。aidlclien和aidlserver-android to call AIDL examples, including client and server, an example you can master the principle of the android under aidl.
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译
aidl
- 关于android的IPC通讯AIDL的实例源码,解压即可使用,包含server和client两个工程。-IPC communication AIDL android source code examples, extract can be used, including server and client works.
AIDL
- aidl进行进程之间的通讯, aidl进行进程之间的通讯-use aidl to communicate between thread
aidl
- aidl脚本编程,通过aidl实现service与activity间的通信。用来传输数据以及序列化。-Aidl scr ipt programming, through the Aidl to realize the communication between service and activity. Used to transfer data and serialization.
Android-aidl-Demo
- aidl 使用详解 aidl 使用详解 aidl 使用详解 -aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,
PinyinIME源码
- 本功能只是一个安卓的源码,但是还没发用,正在调试中(This a demo about android IME, but aidl is lost, now i am finding it.)
AIDL_Demo
- 实现两个不同的android app之间通过AIDL进行通信(Implement two different android apps communication through AIDL.)