开发者

Creating Web Services for Android Application

开发者 https://www.devze.com 2023-02-09 01:28 出处:网络
I am new to creating WebServices for Android Application using eclipse,can i create webservices or not if it is possible开发者_开发知识库 please let me know the step how to create that steps.

I am new to creating WebServices for Android Application using eclipse,can i create webservices or not if it is possible开发者_开发知识库 please let me know the step how to create that steps. Thanks in advance


WebServices are written on the server side. you use any server side scripting language like PHP/JSP/ASP or whatever, to write them.

I don't think there's any dependency related to Android.

You just create a script that caters any need of data from your Android device (and your app), you request that script from you app, that script replies back. that's it.

Further you may use SOAP/WSDL or REST for it


its not posible ever.you are creating app. not website so you can use webservice.You can use webservice through android

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号