connecting PHP webservices with Android

后端 未结 4 1705
轮回少年
轮回少年 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:11

    the simpliest way is to use Sockets. :) if there are rest service you can use internal apache library - DefaultClient...

提交回复
热议问题