connecting PHP webservices with Android

后端 未结 4 1720
轮回少年
轮回少年 2021-02-11 08:55

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.

4条回答
  •  滥情空心
    2021-02-11 09:07

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

    For example:

    How to call a SOAP web service on Android

    How can i call a web service without using KSOAP2 in Android?

    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.

提交回复
热议问题