文件名称:TCPDemo
- 所属分类:
- android开发
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-07-20
- 文件大小:
- 365kb
- 下载次数:
- 0次
- 提 供 者:
- 76789*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
安卓TCP学习案例,简单明了,初学者不错的学习例子-Andrews TCP case study, simple, good examples for beginners learning
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCPDemo\.gitignore
.......\..radle\2.2.1\taskArtifacts\cache.properties
.......\.......\.....\.............\cache.properties.lock
.......\.......\.....\.............\fileHashes.bin
.......\.......\.....\.............\fileSnapshots.bin
.......\.......\.....\.............\outputFileStates.bin
.......\.......\.....\.............\taskArtifacts.bin
.......\.idea\.name
.......\.....\compiler.xml
.......\.....\..pyright\profiles_settings.xml
.......\.....\encodings.xml
.......\.....\gradle.xml
.......\.....\misc.xml
.......\.....\modules.xml
.......\.....\scopes\scope_settings.xml
.......\.....\vcs.xml
.......\.....\workspace.xml
.......\app\.gitignore
.......\...\app.iml
.......\...\build\generated\source\buildConfig\debug\com\example\administrator\tcpdemo\BuildConfig.java
.......\...\.....\.........\......\...........\test\debug\com\example\administrator\tcpdemo\test\BuildConfig.java
.......\...\.....\.........\......\r\debug\com\example\administrator\tcpdemo\R.java
.......\...\.....\intermediates\classes\debug\com\example\administrator\tcpdemo\BuildConfig.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\MainActivity$1.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\MainActivity$myAk.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\MainActivity.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$attr.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$dimen.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$drawable.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$id.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$layout.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$menu.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$string.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R$style.class
.......\...\.....\.............\.......\.....\...\.......\.............\.......\R.class
.......\...\.....\.............\dex\debug\classes.dex
.......\...\.....\.............\incremental\aidl\debug\dependency.store
.......\...\.....\.............\...........\....\test\debug\dependency.store
.......\...\.....\.............\...........\mergeAssets\debug\merger.xml
.......\...\.....\.............\...........\...........\test\debug\merger.xml
.......\...\.....\.............\...........\.....Resources\debug\merger.xml
.......\...\.....\.............\...........\..............\test\debug\merger.xml
.......\...\.....\.............\manifests\full\debug\AndroidManifest.xml
.......\...\.....\.............\.........\test\debug\AndroidManifest.xml
.......\...\.....\.............\res\debug\drawable\shap.xml
.......\...\.....\.............\...\.....\........-hdpi-v4\ic_launcher.png
.......\...\.....\.............\...\.....\.........mdpi-v4\ic_launcher.png
.......\...\.....\.............\...\.....\.........xhdpi-v4\ic_launcher.png
.......\...\.....\.............\...\.....\..........xhdpi-v4\ic_launcher.png
.......\...\.....\.............\...\.....\layout\activity_main.xml
.......\...\.....\.............\...\.....\menu\menu_main.xml
.......\...\.....\.............\...\.....\values\values.xml
.......\...\.....\.............\...\.....\......-w820dp-v13\values.xml
.......\...\.....\.............\...\resources-debug-test.ap_
.......\...\.....\.............\...\resources-debug.ap_
.......\...\.....\outputs\apk\app-debug-unaligned.apk
.......\...\.....\.......\...\app-debug.apk
.......\...\.....\.......\...\manifest-merger-debug-report.txt
.......\...\build.gradle
.......\...\proguard-rules.pro
.......\...\src\androidTest\java\com\example\administrator\tcpdemo\ApplicationTest.java
.......\...\...\main\AndroidManifest.xml
.......\...\...\....\java\com\example\administrator\tcpdemo\MainActivity.java
.......\...\...\....\res\drawable\shap.xml
.......\...