Android 使用 Web 服务与 php-mysql 连接
嘿伙计们,我正在 android 中开发最后一年的基于位置的项目(gps)。我必须使用 php 和 mysql 创建一个服务器,其中包含孟买重要医院的名称和位置(纬度和经度)。android 客户端应该是能够检索 mysql(外部)数据库中位置的纬度和经度,然后将其绘制在谷歌地图上。
ppl 建议我使用默认的 http 客户端与服务器(apache web 服务)进行通信...您能告诉我这是否可能吗?如果是,那么有人可以建议我一些学习客户端服务器的好教程(基础知识)吗在网络上使用apache(http客户端和http服务器)进行通信...如果可能的话,它在android中的实现(以便我可以在我的最终项目中使用它来连接到我的php-mysql服务器)....为了为了使其更有效率... 任何帮助将不胜感激......干杯
hey guys i am developing a final year location-based project(gps) in android.I have to create a server using php and mysql which contains name and location(in latitude and longitude) of important hospitals in Mumbai.The android client should be able to retrieve the the latitude and longitude of locations in mysql(external) database and then plot it on a google map.
ppl have suugested me to use default http client to communicate with server(apache web services)...Could u plzz tell me whether this is possible?If yes, then can someone plzz suggest me some good tutorials (basics)for learning client server communication using apache (http client and http server) on the web...and also if possible its implementation in android(so that i can use it in my final project to connect to my php-mysql server ) ....in order to make it more efficient...
Any help would be appreciated....cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想保持简单,我的建议如下:
您可以轻松地在任何地方找到所有这些步骤的示例。
If you want to keep it simple my suggestion is the following:
You can easily find examples for all these steps everywhere.