CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:Chapter_07_Service

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-05-07
  • 文件大小:
    1mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

android service demo
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Chapter_07_Service/.classpath
Chapter_07_Service/.project
Chapter_07_Service/AndroidManifest.xml
Chapter_07_Service/bin/aidl/com/mt/example/service/aidl/IPerson.aidl
Chapter_07_Service/bin/AndroidManifest.xml
Chapter_07_Service/bin/Chapter_07_Service.apk
Chapter_07_Service/bin/classes/com/mt/base/loaddata/BaseFormImpl.class
Chapter_07_Service/bin/classes/com/mt/base/loaddata/exception/BeanTypeDefException.class
Chapter_07_Service/bin/classes/com/mt/base/loaddata/exception/NoSuchFiledException.class
Chapter_07_Service/bin/classes/com/mt/base/loaddata/formbean/TestFormBean.class
Chapter_07_Service/bin/classes/com/mt/base/loaddata/IBaseForm.class
Chapter_07_Service/bin/classes/com/mt/base/loaddata/util/StringFormat.class
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/IPerson$Stub$Proxy.class
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/IPerson$Stub.class
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/IPerson.aidl
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/IPerson.class
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/IPersonImpl.class
Chapter_07_Service/bin/classes/com/mt/example/service/aidl/MyRemoteService.class
Chapter_07_Service/bin/classes/com/mt/example/service/BuildConfig.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity$1.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity$2.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity$3.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity$4.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity$5.class
Chapter_07_Service/bin/classes/com/mt/example/service/MainActivity.class
Chapter_07_Service/bin/classes/com/mt/example/service/MyService$MyBinder.class
Chapter_07_Service/bin/classes/com/mt/example/service/MyService$ThreadPrint.class
Chapter_07_Service/bin/classes/com/mt/example/service/MyService.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$attr.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$dimen.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$drawable.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$id.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$layout.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$menu.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$string.class
Chapter_07_Service/bin/classes/com/mt/example/service/R$style.class
Chapter_07_Service/bin/classes/com/mt/example/service/R.class
Chapter_07_Service/bin/classes/com/mt/example/service/RemoteActivity$1.class
Chapter_07_Service/bin/classes/com/mt/example/service/RemoteActivity$2.class
Chapter_07_Service/bin/classes/com/mt/example/service/RemoteActivity.class
Chapter_07_Service/bin/classes.dex
Chapter_07_Service/bin/dexedLibs/android-support-v4-f04d5caaa0d649f845eebef73e13fb9c.jar
Chapter_07_Service/bin/dexedLibs/annotations-85700a51c3a48aad95a505b6d27fca48.jar
Chapter_07_Service/bin/jarlist.cache
Chapter_07_Service/bin/res/drawable-hdpi/ic_launcher.png
Chapter_07_Service/bin/res/drawable-mdpi/ic_launcher.png
Chapter_07_Service/bin/res/drawable-xhdpi/ic_launcher.png
Chapter_07_Service/bin/res/drawable-xxhdpi/ic_launcher.png
Chapter_07_Service/bin/resources.ap_
Chapter_07_Service/gen/com/mt/example/service/aidl/IPerson.java
Chapter_07_Service/gen/com/mt/example/service/BuildConfig.java
Chapter_07_Service/gen/com/mt/example/service/R.java
Chapter_07_Service/ic_launcher-web.png
Chapter_07_Service/libs/android-support-v4.jar
Chapter_07_Service/proguard-project.txt
Chapter_07_Service/project.properties
Chapter_07_Service/res/drawable-hdpi/ic_launcher.png
Chapter_07_Service/res/drawable-mdpi/ic_launcher.png
Chapter_07_Service/res/drawable-xhdpi/ic_launcher.png
Chapter_07_Service/res/drawable-xxhdpi/ic_launcher.png
Chapter_07_Service/res/layout/activity_main.xml
Chapter_07_Service/res/layout/activity_remote.xml
Chapter_07_Service/res/menu/main.xml
Chapter_07_Service/res/menu/remote.xml
Chapter_07_Service/res/values/dimens.xml
Chapter_07_Service/res/values/strings.xml
Chapter_07_Service/res/values/styles.xml
Chapter_07_Service/res/values-sw600dp/dimens.xml
Chapter_07_Service/res/values-sw720dp-land/dimens.xml
Chapter_07_Service/src/com/mt/base/loaddata/BaseFormImpl.java
Chapter_07_Service/src/com/mt/base/loaddata/exception/BeanTypeDefException.java
Chapter_07_Service/src/com/mt/base/loaddata/exception/NoSuchFiledException.java
Chapter_07_Service/src/com/mt/base/loaddata/formbean/TestFormBean.java
Chapter_07_Service/src/com/mt/base/loaddata/IBaseForm.java
Chapter_07_Service/src/com/mt/base/loaddata/util/StringFormat.java
Chapter_07_Service/src/com/mt/example/service/aidl/IPerson.aidl
Chapter_07_Service/src/com/mt/example/service/aidl/IPersonImpl.java
Chapter_07_Service/src/com/mt/example/service/aidl/MyRemoteService.java
Chapter_07_Service/src/com/mt/example/service/MainActivity.java
Chapter_07_Service/src/com/mt/example/service/MyService.java
Chapter_07_Service/src/com/mt/example/service/RemoteActivity.java
Chapter_07_Service/bin/aidl/com/mt/example/service/aidl

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com