Android 中的 REST Web 服务使用
我在这里有一个关于“使用 Spring 3 MVC HttpMessageConverter 功能构建 RESTful Web 服务”的教程: http://www.ibm.com/developerworks/webservices/library/wa-restful/index.html
但我不确定android是否支持这个?如果是,我如何在我的 Android 应用程序中调用这些 Web 服务并使用它?
或者我必须选择 JSON 和 Jesrey、JAVA - RX 等?
有什么帮助吗?
谢谢,
斯内哈
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 android application and use it??
Or do I have to go for JSON and Jesrey, JAVA - RX etc??
Any help??
Thanks,
Sneha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道 Android 应用程序调用 Web 服务 - 但实际上还没有开发过这样的应用程序。实际的有效负载可以是 JSON 或 XML - 我假设您正在 Android 设备上构建客户端,而服务器托管在其他地方。如果是这种情况,该 API 应该与您在桌面上用于访问 Web 服务的 API 没有太大区别。
斯拉万。
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.