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

文件名称:TestUSB

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

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

android USB host 通信

USB Host,中文意思是USB主模式,是相对于USB Accessory(USB副模式)来说的。如果Android工作在USB Host模式下,则连接到Android上的USB设备把Android类似的看作是一台PC机,PC机能干的事儿,Android也能干,例如将鼠标、键盘插入则可以使用键盘、鼠标来操作Android系统,如果插入U盘则,通过Android可以读写U盘上的数据。而USB Accessory模式表示将Android设备类似当作一个USB的键盘、鼠标、U盘插入到电脑主机上一样使用,这两种模式在Android API level-12以上才支持,即Android3.1及更高的版本支持这两种模式。-android USB host communication
(系统自动生成,下载前可以参看下载内容)

下载文件列表

TestUSB/
TestUSB/.classpath
TestUSB/.project
TestUSB/.settings/
TestUSB/.settings/org.eclipse.jdt.core.prefs
TestUSB/AndroidManifest.xml
TestUSB/assets/
TestUSB/bin/
TestUSB/bin/AndroidManifest.xml
TestUSB/bin/TestUSB.apk
TestUSB/bin/classes/
TestUSB/bin/classes/com/
TestUSB/bin/classes/com/example/
TestUSB/bin/classes/com/example/testusb/
TestUSB/bin/classes/com/example/testusb/BuildConfig.class
TestUSB/bin/classes/com/example/testusb/MainActivity.class
TestUSB/bin/classes/com/example/testusb/R$attr.class
TestUSB/bin/classes/com/example/testusb/R$drawable.class
TestUSB/bin/classes/com/example/testusb/R$id.class
TestUSB/bin/classes/com/example/testusb/R$layout.class
TestUSB/bin/classes/com/example/testusb/R$menu.class
TestUSB/bin/classes/com/example/testusb/R$string.class
TestUSB/bin/classes/com/example/testusb/R$style.class
TestUSB/bin/classes/com/example/testusb/R$xml.class
TestUSB/bin/classes/com/example/testusb/R.class
TestUSB/bin/classes/com/example/testusb/TestUSB$1.class
TestUSB/bin/classes/com/example/testusb/TestUSB$2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$3.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread3.class
TestUSB/bin/classes/com/example/testusb/TestUSB.class
TestUSB/bin/classes.dex
TestUSB/bin/dexedLibs/
TestUSB/bin/dexedLibs/android-support-v4-a79fb222bcab3fd91d39372df837cb3e.jar
TestUSB/bin/dexedLibs/annotations-7cc99813b174c327dce6fa88c327dc28.jar
TestUSB/bin/jarlist.cache
TestUSB/bin/res/
TestUSB/bin/res/crunch/
TestUSB/bin/res/crunch/drawable-hdpi/
TestUSB/bin/res/crunch/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-ldpi/
TestUSB/bin/res/crunch/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-mdpi/
TestUSB/bin/res/crunch/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xhdpi/
TestUSB/bin/res/crunch/drawable-xhdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xxhdpi/
TestUSB/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
TestUSB/bin/res/drawable-hdpi/
TestUSB/bin/res/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/drawable-ldpi/
TestUSB/bin/res/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/drawable-mdpi/
TestUSB/bin/res/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/drawable-xhdpi/
TestUSB/bin/res/drawable-xhdpi/ic_launcher.png
TestUSB/bin/resources.ap_
TestUSB/gen/
TestUSB/gen/com/
TestUSB/gen/com/example/
TestUSB/gen/com/example/testusb/
TestUSB/gen/com/example/testusb/BuildConfig.java
TestUSB/gen/com/example/testusb/R.java
TestUSB/ic_launcher-web.png
TestUSB/libs/
TestUSB/libs/android-support-v4.jar
TestUSB/libs/armeabi/
TestUSB/libs/armeabi/liblianyinbao-jni.so
TestUSB/proguard-project.txt
TestUSB/project.properties
TestUSB/res/
TestUSB/res/drawable-hdpi/
TestUSB/res/drawable-hdpi/ic_launcher.png
TestUSB/res/drawable-ldpi/
TestUSB/res/drawable-ldpi/ic_launcher.png
TestUSB/res/drawable-mdpi/
TestUSB/res/drawable-mdpi/ic_launcher.png
TestUSB/res/drawable-xhdpi/
TestUSB/res/drawable-xhdpi/ic_launcher.png
TestUSB/res/drawable-xxhdpi/
TestUSB/res/drawable-xxhdpi/ic_launcher.png
TestUSB/res/layout/
TestUSB/res/layout/activity_2.xml
TestUSB/res/layout/activity_l.xml
TestUSB/res/layout/activity_main.xml
TestUSB/res/menu/
TestUSB/res/menu/activity_l.xml
TestUSB/res/values/
TestUSB/res/values/strings.xml
TestUSB/res/values/styles.xml
TestUSB/res/values-v11/
TestUSB/res/values-v11/styles.xml
TestUSB/res/values-v14/
TestUSB/res/values-v14/styles.xml
TestUSB/res/xml/
TestUSB/res/xml/device_filter.xml
TestUSB/res/xml/device_list.xml
TestUSB/src/
TestUSB/src/com/
TestUSB/src/com/example/
TestUSB/src/com/example/testusb/
TestUSB/src/com/example/testusb/MainActivity.java
TestUSB/src/com/example/testusb/TestUSB.java

相关说明

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

相关评论

暂无评论内容.

发表评论

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