资源简介
超简单的UDP服务端与客户端通信实例(附赠得到本地IP地址的工程代码)注:记得把客户端代码中的IP地址换成自己机子服务端的IP地址哦

代码片段和文件信息
/** Automatically generated file. DO NOT MODIFY */
package com.example.test_udp_client;
public final class BuildConfig {
public final static boolean DEBUG = true;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 364 2013-09-24 14:27 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\.classpath
文件 851 2013-09-24 14:27 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\.project
文件 965 2013-09-24 15:48 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\AndroidManifest.xm
文件 965 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\AndroidManifest.xm
文件 363 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\BuildConfig.class
文件 1145 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\MainActivity$1.class
文件 1452 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\MainActivity.class
文件 367 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$attr.class
文件 488 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$dimen.class
文件 434 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$drawable.class
文件 484 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$id.class
文件 430 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$layout.class
文件 415 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$menu.class
文件 499 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$string.class
文件 458 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R$st
文件 763 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\R.class
文件 697 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\UDPEchoClientTimeout$1.class
文件 883 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\UDPEchoClientTimeout$myRunnable.class
文件 3627 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes\com\example\test_udp_client\UDPEchoClientTimeout.class
文件 453600 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\classes.dex
文件 151838 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\dexedLibs\android-support-v4-58f66eb5e86bf92a1541389cd5537ac8.jar
文件 5964 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\res\drawable-hdpi\ic_launcher.png
文件 3112 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\res\drawable-mdpi\ic_launcher.png
文件 9355 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\res\drawable-xhdpi\ic_launcher.png
文件 17889 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\res\drawable-xxhdpi\ic_launcher.png
文件 40999 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\resources.ap_
文件 197461 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\bin\test_udp_client.apk
文件 169 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\gen\com\example\test_udp_client\BuildConfig.java
文件 2610 2013-09-24 16:24 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\gen\com\example\test_udp_client\R.java
文件 51394 2013-09-24 14:27 android_UDP的简单通信(附赠得到本地IP的代码)\test_udp_client\ic_launcher-web.png
............此处省略215个文件信息
- 上一篇:echarts实时更新动态折线图
- 下一篇:android天气预报.rar
相关资源
- android带百分比进度条的文件上传,使
- 美食天下项目Android版源码和Web版源码
- Android之自定义ToggleButton使用
- Android非常漂亮的登录界面
- pc与android通过usb socket实现手机通信
- android毕业设计
- 百度地图自定义Markerandroid
- Android分区工具包
- android-support-v4.jar已打包进去源代码
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- 个人根据Android移动开发案例详解手写
- android 视频播放器 项目和原码
- Android【动画】【特效】 17种动画特效
- 基于Android智能家居详细设计(经典)
- android通过JDBC连接Mysql数据库
- Android通讯录的源代码
- android 瀑布流Demo
- 指纹传感器FPC1080在android下的驱动
- delphi xe5 android 调用照相机摄像头拍照
- Android手机连连看游戏源码
- android-sdk-windows v2.3离线完整版
- android 底部弹出菜单(带透明背景)
- Java版聊天程序(UDP TCP 多线程)
- Android工程模式简介.rar
- Android蓝牙和Cors网络开发源码
- Android powermanger wakelock
- Android v7的一些jar包
- 最新android supportV7包
- android图片压缩工具类分享
- 单机搭建Android(解决Network is unreach
评论
共有 条评论