开发者

Web services in Android

开发者 https://www.devze.com 2023-03-16 17:11 出处:网络
I want to use my own web service in my android application. Which will be the best way to do this? (I haven\'t written my web service yet)

I want to use my own web service in my android application. Which will be the best way to do this?

(I haven't written my web service yet)

I checked the other question also like 开发者_开发百科How to call a SOAP web service on Android but they are too old.

Sorry, for repetitive question but I want to know if any new and better option is available.


Your best bet is to write a REST based web service. Use xml or json for data marshalling.

0

精彩评论

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