CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 家庭/个人应用

文件名称:KTA_c

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

在android系统实现两个蓝牙设备的链接、通信。-In the android system to achieve two Bluetooth devices links and communications.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

KTA_c/
KTA_c/.classpath
KTA_c/.project
KTA_c/.settings/
KTA_c/.settings/org.eclipse.jdt.core.prefs
KTA_c/AndroidManifest.xml
KTA_c/assets/
KTA_c/bin/
KTA_c/bin/AndroidManifest.xml
KTA_c/bin/KeyTA.apk
KTA_c/bin/KeyTA_C.apk
KTA_c/bin/classes/
KTA_c/bin/classes/com/
KTA_c/bin/classes/com/bluetoothUtil/
KTA_c/bin/classes/com/bluetoothUtil/BluetoothClientConnThread.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothClientService$1.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothClientService$2.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothClientService$3.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothClientService.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothCommunThread.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothServerConnThread.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothServerService$1.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothServerService$2.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothServerService.class
KTA_c/bin/classes/com/bluetoothUtil/BluetoothTools.class
KTA_c/bin/classes/com/bluetoothUtil/TransmitBean.class
KTA_c/bin/classes/com/ds/
KTA_c/bin/classes/com/ds/bluetooth/
KTA_c/bin/classes/com/ds/bluetooth/BuildConfig.class
KTA_c/bin/classes/com/ds/bluetooth/R$attr.class
KTA_c/bin/classes/com/ds/bluetooth/R$drawable.class
KTA_c/bin/classes/com/ds/bluetooth/R$id.class
KTA_c/bin/classes/com/ds/bluetooth/R$layout.class
KTA_c/bin/classes/com/ds/bluetooth/R$string.class
KTA_c/bin/classes/com/ds/bluetooth/R.class
KTA_c/bin/classes/com/key/
KTA_c/bin/classes/com/key/BuildConfig.class
KTA_c/bin/classes/com/key/R$attr.class
KTA_c/bin/classes/com/key/R$drawable.class
KTA_c/bin/classes/com/key/R$id.class
KTA_c/bin/classes/com/key/R$layout.class
KTA_c/bin/classes/com/key/R$string.class
KTA_c/bin/classes/com/key/R.class
KTA_c/bin/classes/com/kta/
KTA_c/bin/classes/com/kta/ClientActivity$1$1$1.class
KTA_c/bin/classes/com/kta/ClientActivity$1$1.class
KTA_c/bin/classes/com/kta/ClientActivity$1$2.class
KTA_c/bin/classes/com/kta/ClientActivity$1$3.class
KTA_c/bin/classes/com/kta/ClientActivity$1.class
KTA_c/bin/classes/com/kta/ClientActivity$2$1.class
KTA_c/bin/classes/com/kta/ClientActivity$2.class
KTA_c/bin/classes/com/kta/ClientActivity$3$1.class
KTA_c/bin/classes/com/kta/ClientActivity$3.class
KTA_c/bin/classes/com/kta/ClientActivity$4.class
KTA_c/bin/classes/com/kta/ClientActivity$5.class
KTA_c/bin/classes/com/kta/ClientActivity.class
KTA_c/bin/classes/com/kta/MainActivity$ButtonClickListener.class
KTA_c/bin/classes/com/kta/MainActivity.class
KTA_c/bin/classes/com/kta/ServerActivity$1.class
KTA_c/bin/classes/com/kta/ServerActivity$2.class
KTA_c/bin/classes/com/kta/ServerActivity.class
KTA_c/bin/classes.dex
KTA_c/bin/dexedLibs/
KTA_c/bin/res/
KTA_c/bin/res/crunch/
KTA_c/bin/res/crunch/drawable-hdpi/
KTA_c/bin/res/crunch/drawable-hdpi/back.png
KTA_c/bin/res/crunch/drawable-hdpi/icon.png
KTA_c/bin/res/crunch/drawable-ldpi/
KTA_c/bin/res/crunch/drawable-ldpi/back.png
KTA_c/bin/res/crunch/drawable-ldpi/icon.png
KTA_c/bin/res/crunch/drawable-mdpi/
KTA_c/bin/res/crunch/drawable-mdpi/back.png
KTA_c/bin/res/crunch/drawable-mdpi/icon.png
KTA_c/bin/resources.ap_
KTA_c/gen/
KTA_c/gen/com/
KTA_c/gen/com/ds/
KTA_c/gen/com/ds/bluetooth/
KTA_c/gen/com/ds/bluetooth/BuildConfig.java
KTA_c/gen/com/ds/bluetooth/R.java
KTA_c/gen/com/key/
KTA_c/gen/com/key/BuildConfig.java
KTA_c/gen/com/key/R.java
KTA_c/proguard.cfg
KTA_c/project.properties
KTA_c/res/
KTA_c/res/drawable-hdpi/
KTA_c/res/drawable-hdpi/back.png
KTA_c/res/drawable-hdpi/icon.png
KTA_c/res/drawable-ldpi/
KTA_c/res/drawable-ldpi/back.png
KTA_c/res/drawable-ldpi/icon.png
KTA_c/res/drawable-mdpi/
KTA_c/res/drawable-mdpi/back.png
KTA_c/res/drawable-mdpi/icon.png
KTA_c/res/drawable-xhdpi/
KTA_c/res/layout/
KTA_c/res/layout/main.xml
KTA_c/res/layout/server.xml
KTA_c/res/layout/unlock.xml
KTA_c/res/values/
KTA_c/res/values/strings.xml
KTA_c/src/
KTA_c/src/com/
KTA_c/src/com/bluetoothUtil/
KTA_c/src/com/bluetoothUtil/BluetoothClientConnThread.java
KTA_c/src/com/bluetoothUtil/BluetoothClientService.java
KTA_c/src/com/bluetoothUtil/BluetoothCommunThread.java
KTA_c/src/com/bluetoothUtil/BluetoothServerConnThread.java
KTA_c/src/com/bluetoothUtil/BluetoothServerService.java
KTA_c/src/com/bluetoothUtil/BluetoothTools.java
KTA_c/src/com/bluetoothUtil/TransmitBean.java
KTA_c/src/com/kta/
KTA_c/src/com/kta/ClientActivity.java
KTA_c/src/com/kta/MainActivity.java
KTA_c/src/com/kta/ServerActivity.java

相关说明

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

相关评论

暂无评论内容.

发表评论

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