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

文件名称:AndroidTcpSocketCommunication

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

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

封装的TCP Socket通信,可在android上使用及例子-android TCP Socket communication
(系统自动生成,下载前可以参看下载内容)

下载文件列表

TcpSocketCommunication/
TcpSocketCommunication/.classpath
TcpSocketCommunication/.project
TcpSocketCommunication/.settings/
TcpSocketCommunication/.settings/org.eclipse.jdt.core.prefs
TcpSocketCommunication/AndroidManifest.xml
TcpSocketCommunication/assets/
TcpSocketCommunication/bin/
TcpSocketCommunication/bin/AndroidManifest.xml
TcpSocketCommunication/bin/classes/
TcpSocketCommunication/bin/classes.dex
TcpSocketCommunication/bin/classes/com/
TcpSocketCommunication/bin/classes/com/zhoudd/
TcpSocketCommunication/bin/classes/com/zhoudd/socket/
TcpSocketCommunication/bin/classes/com/zhoudd/socket/BuildConfig.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$attr.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$drawable.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$id.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$layout.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$string.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R$style.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/R.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketBase.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketCallback.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnect$WriteRunnable.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnect.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity$1.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity$2.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity$3.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity$4.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity$5.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/SocketConnectTestActivity.class
TcpSocketCommunication/bin/classes/com/zhoudd/socket/TestSocketCallback.class
TcpSocketCommunication/bin/dexedLibs/
TcpSocketCommunication/bin/dexedLibs/android-support-v4-c0a9ec6436580b8d29aa0bb9bcb4b6a4.jar
TcpSocketCommunication/bin/dexedLibs/annotations-22939847fcbfe90b524f901e54175a24.jar
TcpSocketCommunication/bin/jarlist.cache
TcpSocketCommunication/bin/res/
TcpSocketCommunication/bin/resources.ap_
TcpSocketCommunication/bin/res/crunch/
TcpSocketCommunication/bin/res/crunch/drawable-hdpi/
TcpSocketCommunication/bin/res/crunch/drawable-hdpi/ic_launcher.png
TcpSocketCommunication/bin/res/crunch/drawable-mdpi/
TcpSocketCommunication/bin/res/crunch/drawable-mdpi/ic_launcher.png
TcpSocketCommunication/bin/res/crunch/drawable-xhdpi/
TcpSocketCommunication/bin/res/crunch/drawable-xhdpi/ic_launcher.png
TcpSocketCommunication/bin/res/crunch/drawable-xxhdpi/
TcpSocketCommunication/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
TcpSocketCommunication/bin/TcpSocketCommunication.apk
TcpSocketCommunication/gen/
TcpSocketCommunication/gen/com/
TcpSocketCommunication/gen/com/zhoudd/
TcpSocketCommunication/gen/com/zhoudd/socket/
TcpSocketCommunication/gen/com/zhoudd/socket/BuildConfig.java
TcpSocketCommunication/gen/com/zhoudd/socket/R.java
TcpSocketCommunication/ic_launcher-web.png
TcpSocketCommunication/libs/
TcpSocketCommunication/libs/android-support-v4.jar
TcpSocketCommunication/proguard-project.txt
TcpSocketCommunication/project.properties
TcpSocketCommunication/res/
TcpSocketCommunication/res/drawable-hdpi/
TcpSocketCommunication/res/drawable-hdpi/ic_launcher.png
TcpSocketCommunication/res/drawable-ldpi/
TcpSocketCommunication/res/drawable-mdpi/
TcpSocketCommunication/res/drawable-mdpi/ic_launcher.png
TcpSocketCommunication/res/drawable-xhdpi/
TcpSocketCommunication/res/drawable-xhdpi/ic_launcher.png
TcpSocketCommunication/res/drawable-xxhdpi/
TcpSocketCommunication/res/drawable-xxhdpi/ic_launcher.png
TcpSocketCommunication/res/layout/
TcpSocketCommunication/res/layout/activity_socket_test.xml
TcpSocketCommunication/res/values/
TcpSocketCommunication/res/values-v11/
TcpSocketCommunication/res/values-v11/styles.xml
TcpSocketCommunication/res/values-v14/
TcpSocketCommunication/res/values-v14/styles.xml
TcpSocketCommunication/res/values/strings.xml
TcpSocketCommunication/res/values/styles.xml
TcpSocketCommunication/src/
TcpSocketCommunication/src/com/
TcpSocketCommunication/src/com/zhoudd/
TcpSocketCommunication/src/com/zhoudd/socket/
TcpSocketCommunication/src/com/zhoudd/socket/SocketBase.java
TcpSocketCommunication/src/com/zhoudd/socket/SocketCallback.java
TcpSocketCommunication/src/com/zhoudd/socket/SocketConnect.java
TcpSocketCommunication/src/com/zhoudd/socket/SocketConnectTestActivity.java
TcpSocketCommunication/src/com/zhoudd/socket/TestSocketCallback.java
说明.txt

相关说明

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

相关评论

暂无评论内容.

发表评论

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