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:
Thanks.
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:
Thanks.
Restlet is very straightforward, although the performance is not the best. Check this article: Accessing oData from Android using Restlet.
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!