连接PHP Web服务与AndroidPHP、Web、Android

2023-09-04 06:08:50 作者:阳光下 ╮硪独自泪流满面

我开发Android应用。这是要更新从机器人到网上(PHP的Web服务)的内容。谁能给我的样品code供我参考。

I am developing the android application. which is going to update the content from android to the web(php webservice). Can anyone give me the sample code for my reference.

推荐答案

有许多问题已经在计算器就从Android的调用web服务。试着看那些。

There are lots of questions already on StackOverflow regarding calling webservices from Android. Try looking at those.

例如:

http://stackoverflow.com/questions/297586/how-to-call-web-service-with-android

http://stackoverflow.com/questions/1264207/how-can-i-call-a-web-service-without-using-ksoap2-in-android

FYI,应该有一个PHP Web服务,并写在从客户端的(Android的)角度来看任何其他语言web服务之间没有什么区别。

FYI, there should be no difference between a PHP webservice and a webservice written in any other language from the client's (Android's) point of view.