CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档

文件名称:android

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

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

关于安卓知识的相关课件PPT以及相对于的例子代码-Related PPT courseware on Andrews knowledge and respect of the example code
(系统自动生成,下载前可以参看下载内容)

下载文件列表

android/PPT/第10章 Widget组件开发.ppt
android/PPT/第11章 Android NDK开发.ppt
android/PPT/第12章 综合示例设计与开发.ppt
android/PPT/第1章Android简介.ppt
android/PPT/第2章Android开发环境.ppt
android/PPT/第3章Android应用程序.ppt
android/PPT/第4章Android生命周期.ppt
android/PPT/第5章Android用户界面.ppt
android/PPT/第6章组件通信与广播消息.ppt
android/PPT/第7章后台服务.ppt
android/PPT/第8章 数据存储与访问.ppt
android/PPT/第9章 位置服务与地图应用.ppt
android/代码/第10章《Widget组件开发》/ConfigWidget/.classpath
android/代码/第10章《Widget组件开发》/ConfigWidget/.project
android/代码/第10章《Widget组件开发》/ConfigWidget/AndroidManifest.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/ConfigActivity$1.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/ConfigActivity.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$attr.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$color.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$drawable.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$id.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$layout.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$string.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R$xml.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/R.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes/edu/hrbeu/ConfigWidget/WidgetProvider.class
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/classes.dex
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/ConfigWidget.apk
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable/button_image.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable/preview.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable/widget_background.9.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable-hdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable-ldpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/res/drawable-mdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/bin/resources.ap_
android/代码/第10章《Widget组件开发》/ConfigWidget/gen/edu/hrbeu/ConfigWidget/R.java
android/代码/第10章《Widget组件开发》/ConfigWidget/proguard.cfg
android/代码/第10章《Widget组件开发》/ConfigWidget/project.properties
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable/button_image.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable/preview.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable/widget_background.9.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable-hdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable-ldpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/drawable-mdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ConfigWidget/res/layout/widget_config.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/res/layout/widget_layout.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/res/values/color.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/res/values/strings.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/res/xml/widget_template.xml
android/代码/第10章《Widget组件开发》/ConfigWidget/src/edu/hrbeu/ConfigWidget/ConfigActivity.java
android/代码/第10章《Widget组件开发》/ConfigWidget/src/edu/hrbeu/ConfigWidget/WidgetProvider.java
android/代码/第10章《Widget组件开发》/ServiceWidget/.classpath
android/代码/第10章《Widget组件开发》/ServiceWidget/.project
android/代码/第10章《Widget组件开发》/ServiceWidget/AndroidManifest.xml
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$attr.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$color.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$drawable.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$id.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$layout.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$string.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R$xml.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/R.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/TRandomService.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes/edu/hrbeu/ServiceWidget/WidgetProvider.class
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/classes.dex
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable/button_image.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable/preview.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable/widget_background.9.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable-hdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable-ldpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/res/drawable-mdpi/ic_launcher.png
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/resources.ap_
android/代码/第10章《Widget组件开发》/ServiceWidget/bin/ServiceWidget.apk
android/代码/第10章《Widget组件开发》/ServiceWidget/gen/edu/hrbeu/Servic

相关说明

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

相关评论

暂无评论内容.

发表评论

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