开发者

REST Web Service usage in Android

开发者 https://www.devze.com 2023-04-08 15:38 出处:网络
I have got a tutorial on \"Build RESTful web services with the Spring 3 MVC HttpMessageConverter feature\" here : http://www.ibm.com/developerworks/webservices/library/wa-restful/index.html

I have got a tutorial on "Build RESTful web services with the Spring 3 MVC HttpMessageConverter feature" here : http://www.ibm.com/developerworks/webservices/library/wa-restful/index.html

But I am not sure if android supports this? If yes, how can i call these web services in my an开发者_JAVA百科droid application and use it??

Or do I have to go for JSON and Jesrey, JAVA - RX etc??

Any help??

Thanks,

Sneha


I know of Android applications invoking web services - havent actually worked on such an app though. The actual payload can be JSON or XML - I am assuming you are building the client on the Android device and the server is hosted somewhere else. If this is the case, the API should not be much different from what you use on the desktop to access a web service.

Sravan.

0

精彩评论

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

关注公众号