Which framework should I use to run OData APIs on Android? [closed]

此生再无相见时 提交于 2020-11-26 08:51:46

问题


I am creating a program for Android mobiles which will query, retrieve and then process OData from an OData provider via a webservice.

Please can you tell me which toolkit is best for this? I have seen these:

  • odata4j
  • restlet

Thanks.


回答1:


Restlet is very straightforward, although the performance is not the best. Check this article: Accessing oData from Android using Restlet.

odata4j might be more performant according to this answer.




回答2:


Hey, I have been using restlet, it's extremely slow! I think it wouldn't be so difficult for you to write a parser yourself, there are many XML or JSON available nowadays. And consume an Odata service only needs a simple Apache Client!



来源:https://stackoverflow.com/questions/3892495/which-framework-should-i-use-to-run-odata-apis-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!