With Google Cloud Endpoints, you still need to manage async tasks, parallel network requests, compatibility on Froyo, etc.
Is there any way to use Volley with Cloud Endpoints requests?
You can use volley but it overlaps with most of the features provided by the Endpoints generated libraries.
Your main issue will be including OAuth headers in your requests, after that you can basically call the endpoints as you would any other URL and serialize the results yourself using volley.
The documentation on how to include the OAuth is here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With