使用 GPRS 将文件从 android(nexus1) 传输到其他服务器
我想编写一个应用程序,通过使用 GPRS 将文件从 android (nexus1) 传输到其他服务器。我应该使用哪种协议以及如何实现?
I want to write the application which will transfer file from android (nexus1) to some other server by using GPRS.which protocol should i use and how to implement that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTTP。它是移动设备上最可靠的协议。有很多库(包括 Android 内置的库)可以帮助您实现这一点,我相信您可以 在网上找到一些好的教程。
HTTP. It's the most reliable protocol on a mobile device. There are plenty of libraries (including built into Android) that will aid you in that, and I'm sure you can find some good tutorials on the net.