开发者

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

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 2 years ago.

Improve this question

I am creating a开发者_如何学Python 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.


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.


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!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜