开发者

Sending data from an Android to a Laptop

开发者 https://www.devze.com 2023-03-19 05:06 出处:网络
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

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

精彩评论

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