开发者

Sending data from an Android to a Laptop

Pretty much everything is in the title here.

I have an 开发者_StackOverflow中文版android tablet, a windows laptop, both are conntected to the same router and I'd like my app send images and text to the laptop.

This possible? And if so, how?

Thank you kindly.


Yes, it is possible. You can:

  • Develop server/client applications that communicate via sockets.

Or

  • Set up an ftp server in your laptop, and develop an application that uploads the files to the ftp.

There are a lot of other alternatives, but these two are the pretty straight forward ones.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜