- CreateExtruded UG开发三维建模中拉伸的例子
- DockInActiveXCtrl vc++浮动窗口制作
- printf CCSC 16F877 LED显示程序
- RF_energy_harvesting_with_multiple_antennas I think this is a very good paper for RFID system. It gives a lot of information about the multiple antennas which are used in RFID transmission
- image_fusion_base_on_region 基于小波分析的图像融合
- android 的仿微信聊天及语音录制功能源码
文件名称:service
介绍说明--下载内容来自于网络,使用问题请自行百度
android的四大组件service服务 aidl篇。适合初学者。-android four components service service the aidl articles. Suitable for beginners.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyAIDLServiceAdv_Server/.project
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyAIDLServiceAdv_ServerActivity.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$drawable.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$attr.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$layout.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$string.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyService.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyService$MyServiceImpl.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product$1.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product.aidl
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService.aidl
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService$Stub$Proxy.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService$Stub.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService.class
MyAIDLServiceAdv_Server/bin/classes.dex
MyAIDLServiceAdv_Server/bin/resources.ap_
MyAIDLServiceAdv_Server/bin/MyAIDLServiceAdv_Server.apk
MyAIDLServiceAdv_Server/res/drawable-hdpi/icon.png
MyAIDLServiceAdv_Server/res/drawable-mdpi/icon.png
MyAIDLServiceAdv_Server/res/drawable-ldpi/icon.png
MyAIDLServiceAdv_Server/res/layout/main.xml
MyAIDLServiceAdv_Server/res/values/strings.xml
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/server/MyAIDLServiceAdv_ServerActivity.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/server/MyService.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/Product.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/Product.aidl
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/IMyService.aidl
MyAIDLServiceAdv_Server/gen/cn/android/aidl/adv/model/IMyService.java
MyAIDLServiceAdv_Server/gen/cn/android/aidl/adv/server/R.java
MyAIDLServiceAdv_Server/.classpath
MyAIDLServiceAdv_Server/AndroidManifest.xml
MyAIDLServiceAdv_Server/proguard.cfg
MyAIDLServiceAdv_Server/default.properties
MyAIDLSeviceAdv_Client/.project
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$string.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$attr.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$drawable.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$layout.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$id.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$1.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$3.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$2.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService$Stub$Proxy.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService$Stub.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/Product.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/Product$1.class
MyAIDLSeviceAdv_Client/bin/classes.dex
MyAIDLSeviceAdv_Client/bin/resources.ap_
MyAIDLSeviceAdv_Client/bin/MyAIDLSeviceAdv_Client.apk
MyAIDLSeviceAdv_Client/res/drawable-hdpi/icon.png
MyAIDLSeviceAdv_Client/res/drawable-mdpi/icon.png
MyAIDLSeviceAdv_Client/res/drawable-ldpi/icon.png
MyAIDLSeviceAdv_Client/res/layout/main.xml
MyAIDLSeviceAdv_Client/res/values/strings.xml
MyAIDLSeviceAdv_Client/src/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity.java
MyAIDLSeviceAdv_Client/src/cn/android/aidl/adv/model/IMyService.java
MyAIDLSeviceAdv_Client/src/cn/android/aidl/adv/model/Product.java
MyAIDLSeviceAdv_Client/gen/cn/andorid/aidl/adv/client/R.java
MyAIDLSeviceAdv_Client/.classpath
MyAIDLSeviceAdv_Client/AndroidManifest.xml
MyAIDLSeviceAdv_Client/proguard.cfg
MyAIDLSeviceAdv_Client/default.properties
ServiceDemo/.project
ServiceDemo/.classpath
ServiceDemo/AndroidManifest.xml
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$1.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$2.class
ServiceDemo/bin/com/archer/rainbow/MyService.class
ServiceDemo/bin/com/archer/rainbow/IntentServiceDemo.class
ServiceDemo/bin/com/archer/rainbow/R$drawable.class
ServiceDemo/bin/com/archer/rainbow/R$string.class
ServiceDemo/bin/com/archer/rainbow/R$attr.class
ServiceDemo/bin/com/archer/rainbow/R$layout.class
ServiceDemo/bin/com/archer/rainbow/R.class
ServiceDemo/bin/com/archer/rainbow/R$id.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$3.class
ServiceDemo/bin/resources.ap_
ServiceDemo/bin/classes.dex
ServiceDemo/bin/ServiceDemo.apk
ServiceDemo/default.properties
ServiceDemo/gen/com/archer/rainbow/R.java
ServiceDemo/proguard.cfg
ServiceDemo/res/drawable-hdpi/icon.png
ServiceDemo/res/drawable-ld
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyAIDLServiceAdv_ServerActivity.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$drawable.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$attr.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$layout.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/R$string.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyService.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/server/MyService$MyServiceImpl.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product$1.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/Product.aidl
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService.aidl
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService$Stub$Proxy.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService$Stub.class
MyAIDLServiceAdv_Server/bin/cn/android/aidl/adv/model/IMyService.class
MyAIDLServiceAdv_Server/bin/classes.dex
MyAIDLServiceAdv_Server/bin/resources.ap_
MyAIDLServiceAdv_Server/bin/MyAIDLServiceAdv_Server.apk
MyAIDLServiceAdv_Server/res/drawable-hdpi/icon.png
MyAIDLServiceAdv_Server/res/drawable-mdpi/icon.png
MyAIDLServiceAdv_Server/res/drawable-ldpi/icon.png
MyAIDLServiceAdv_Server/res/layout/main.xml
MyAIDLServiceAdv_Server/res/values/strings.xml
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/server/MyAIDLServiceAdv_ServerActivity.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/server/MyService.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/Product.java
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/Product.aidl
MyAIDLServiceAdv_Server/src/cn/android/aidl/adv/model/IMyService.aidl
MyAIDLServiceAdv_Server/gen/cn/android/aidl/adv/model/IMyService.java
MyAIDLServiceAdv_Server/gen/cn/android/aidl/adv/server/R.java
MyAIDLServiceAdv_Server/.classpath
MyAIDLServiceAdv_Server/AndroidManifest.xml
MyAIDLServiceAdv_Server/proguard.cfg
MyAIDLServiceAdv_Server/default.properties
MyAIDLSeviceAdv_Client/.project
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$string.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$attr.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$drawable.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$layout.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/R$id.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$1.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$3.class
MyAIDLSeviceAdv_Client/bin/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity$2.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService$Stub$Proxy.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/IMyService$Stub.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/Product.class
MyAIDLSeviceAdv_Client/bin/cn/android/aidl/adv/model/Product$1.class
MyAIDLSeviceAdv_Client/bin/classes.dex
MyAIDLSeviceAdv_Client/bin/resources.ap_
MyAIDLSeviceAdv_Client/bin/MyAIDLSeviceAdv_Client.apk
MyAIDLSeviceAdv_Client/res/drawable-hdpi/icon.png
MyAIDLSeviceAdv_Client/res/drawable-mdpi/icon.png
MyAIDLSeviceAdv_Client/res/drawable-ldpi/icon.png
MyAIDLSeviceAdv_Client/res/layout/main.xml
MyAIDLSeviceAdv_Client/res/values/strings.xml
MyAIDLSeviceAdv_Client/src/cn/andorid/aidl/adv/client/MyAIDLSeviceAdv_ClientActivity.java
MyAIDLSeviceAdv_Client/src/cn/android/aidl/adv/model/IMyService.java
MyAIDLSeviceAdv_Client/src/cn/android/aidl/adv/model/Product.java
MyAIDLSeviceAdv_Client/gen/cn/andorid/aidl/adv/client/R.java
MyAIDLSeviceAdv_Client/.classpath
MyAIDLSeviceAdv_Client/AndroidManifest.xml
MyAIDLSeviceAdv_Client/proguard.cfg
MyAIDLSeviceAdv_Client/default.properties
ServiceDemo/.project
ServiceDemo/.classpath
ServiceDemo/AndroidManifest.xml
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$1.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$2.class
ServiceDemo/bin/com/archer/rainbow/MyService.class
ServiceDemo/bin/com/archer/rainbow/IntentServiceDemo.class
ServiceDemo/bin/com/archer/rainbow/R$drawable.class
ServiceDemo/bin/com/archer/rainbow/R$string.class
ServiceDemo/bin/com/archer/rainbow/R$attr.class
ServiceDemo/bin/com/archer/rainbow/R$layout.class
ServiceDemo/bin/com/archer/rainbow/R.class
ServiceDemo/bin/com/archer/rainbow/R$id.class
ServiceDemo/bin/com/archer/rainbow/MyServiceActivity$3.class
ServiceDemo/bin/resources.ap_
ServiceDemo/bin/classes.dex
ServiceDemo/bin/ServiceDemo.apk
ServiceDemo/default.properties
ServiceDemo/gen/com/archer/rainbow/R.java
ServiceDemo/proguard.cfg
ServiceDemo/res/drawable-hdpi/icon.png
ServiceDemo/res/drawable-ld
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.