Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个类似于服务器样式的 android 应用程序,它接收一个 http 请求,然后发送当前位置的 JSON,这意味着我需要在请求时将 long 和 lat 发送到桌面。
所以请指导我使用 tcp 套接字或其他方式创建服务器的最佳选择是什么
谢谢
试试这个链接,它可以帮助你。您所要做的就是调用一个 URl 并解析数据..