0

从我的 android 应用程序中,我想调用 php web 服务。有时,我只需要一些来自 php 的数据,有时会根据传递的一些参数获取数据。我更喜欢使用像 HttpClient 这样的 RAW Api。我还计划使用 mySql DB。

要调用 php 网络服务,我从http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/http://www.anddev.org/获得了参考做_http_post_with_android-t492.htmlhttp: //www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/

我被困在:例如:我使用我的 url “http://......php?src=SOURCE&dest=DEST REsult - 从 SOURCE 到 DEST 的方向(有时结果可能是字符串数组)传递 2 个参数, 物品等)

  1. 如何在单个请求中发送和接收数据?
  2. 如何编写相同的php?
  3. 是否需要使用原始 aAPI 或 JSON 或 ksoap 完成上述操作?我已经读过,而不是使用 Jsoan 或 Soap,raw 是最好的方法。

请帮助我解决困惑并继续使用该应用程序。非常感谢任何帮助。

谢谢

4

1 回答 1

0

是的,

alfasin,通过你的帖子和其他网站,我让事情正常工作。

于 2012-08-22T11:25:47.233 回答