文件名称:Android2Computer-wifi
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2013-10-01
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- jay****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
[Android] 手機資料傳到電腦(WiFi)
如何將手機資料經由WIFI傳到電腦呢?
我們可以利用ServerSocket(Server端)和socket(Client端)來實作一個例子,
從手機裡選一張照片傳送到電腦,
這裡有一點要注意,Server和client需在同一個網址。-[Android] phone data to a computer (WiFi) information on how the phone to a computer via WIFI it? We can use ServerSocket (Server side) and socket (Client side) to implement an example, choose a photo from the phone transmission to a computer, where it must be noted, Server and client needs in the same URL.
如何將手機資料經由WIFI傳到電腦呢?
我們可以利用ServerSocket(Server端)和socket(Client端)來實作一個例子,
從手機裡選一張照片傳送到電腦,
這裡有一點要注意,Server和client需在同一個網址。-[Android] phone data to a computer (WiFi) information on how the phone to a computer via WIFI it? We can use ServerSocket (Server side) and socket (Client side) to implement an example, choose a photo from the phone transmission to a computer, where it must be noted, Server and client needs in the same URL.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MainActivity.java
AndroidManifest.xml
DesktopServerTCP.java