I am trying to use Restlet for Android to query an OData data source. However, I am not impressed with my performance both in the emulator and on the real device. I have requests made in the AsyncTask shell to make the user interface responsive, but it takes another 1 minute for the final return of objects.
I get a lot of them in the LogCat window:
10-04 18:20:41.667: DEBUG/dalvikvm(278): GC freed 7872 objects / 523928 bytes in 279ms
What can I do to speed up query execution?
java android rest odata restlet
Daniel A. White
source share