需要代码才能从 Android 手机与服务器通信
我是android新手,我正在尝试开发一个应用程序,它将当前位置的GPS信息发送到服务器并从数据库中检索相关信息。
I am new to android, and i am trying to develop an app which sends GPS information of current location to a server and retrieve the related information from the database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要学习网络服务的概念:
并且您需要学习sqlite在本地存储数据库的概念:
http://www.anddev .org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html
http://ferasferas.wordpress .com/2010/08/16/android-tutorial-%E2%80%93-using-sqlite-databases/
you need to learn the concept of webservices :
and you need to learn the concept of sqlite to store DB locally:
http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html
http://ferasferas.wordpress.com/2010/08/16/android-tutorial-%E2%80%93-using-sqlite-databases/