Web services in Android
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.
精彩评论