Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 930
Techboy Avatar asked Oct 08 '10 16:10

Techboy


1 Answers

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.

like image 120
alf Avatar answered Sep 24 '22 16:09

alf