文件名称:socket
介绍说明--下载内容均来自于网络,请自行研究使用
使用eclipse,编写的简单服务端与客户端通信的程序,用于理解socket。-Using eclipse, prepared by the simple service and client communication procedures, for understanding the socket.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test_service_a\bin\res\drawable-xxhdpi\ic_launcher.png
..............\src\com\example\test_service_a
..............\...\...\example
..............\...\com
..............\src
..............\res\values-v14\styles.xml
..............\...\values-v14
test_service_a
..............\.classpath
..............\.project
..............\.settings
..............\.........\org.eclipse.jdt.core.prefs
..............\AndroidManifest.xml
..............\assets
..............\bin
..............\...\AndroidManifest.xml
..............\...\classes
..............\...\.......\com
..............\...\.......\...\example
..............\...\.......\...\.......\test_service_a
..............\...\.......\...\.......\..............\BuildConfig.class
..............\...\.......\...\.......\..............\MainActivity$1.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
..............\...\classes.dex
..............\...\dexedLibs
..............\...\.........\android-support-v4-b7a19a53a8a4bbfdce3d8f0a19478771.jar
..............\...\jarlist.cache
..............\...\res
..............\...\...\drawable-hdpi
..............\...\...\.............\ic_launcher.png
..............\...\...\drawable-mdpi
..............\...\...\.............\ic_launcher.png
..............\...\...\drawable-xhdpi
..............\...\...\..............\ic_launcher.png
..............\...\...\drawable-xxhdpi
..............\src\com\example\test_service_a\MainActivity.java
..............\bin\resources.ap_
..............\...\test_service_a.apk
..............\gen
..............\...\com
..............\...\...\example
..............\...\...\.......\test_service_a
..............\...\...\.......\..............\BuildConfig.java
..............\...\...\.......\..............\R.java
..............\ic_launcher-web.png
..............\libs
..............\....\android-support-v4.jar
..............\proguard-project.txt
..............\project.properties
..............\res
..............\...\drawable-hdpi
..............\...\.............\ic_launcher.png
..............\...\drawable-ldpi
..............\...\drawable-mdpi
..............\...\.............\ic_launcher.png
..............\...\drawable-xhdpi
..............\...\..............\ic_launcher.png
..............\...\drawable-xxhdpi
..............\...\...............\ic_launcher.png
..............\...\layout
..............\...\......\activity_main.xml
..............\...\menu
..............\...\....\main.xml
..............\...\values
..............\...\......\dimens.xml
..............\...\......\strings.xml
..............\...\......\styles.xml
..............\...\values-sw600dp
..............\...\..............\dimens.xml
..............\...\values-sw720dp-land
..............\...\...................\dimens.xml
..............\...\values-v11
..............\...\..........\styles.xml
............\.classpath
............\.project
............\bin
............\...\myService.class
............\src
............\...\myService.java
test_service