开发者

How to send the data from android(Client) to PC(WampServer) without an internet connection?

开发者 https://www.devze.com 2023-03-25 03:49 出处:网络
Am running a wamp server on my PC and i connected it to my android 2.2 device through WiFi. In my app there is a listview of options to be selected, if i select some options, the Server should display

Am running a wamp server on my PC and i connected it to my android 2.2 device through WiFi. In my app there is a listview of options to be selected, if i select some options, the Server should display thos开发者_运维知识库e options which are only selected.There will be no internet connection. How can I implement this?


If the android device and the PC are on the same wifi network or internally routable to each other by a LAN including that wifi, you can use ordinary TCP client/server methods to communicate between them.

0

精彩评论

暂无评论...
验证码 换一张
取 消