How to use Google Cloud Endpoints with Volley?
Asked Answered
R

1

6

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?

Riker answered 20/9, 2013 at 10:28 Comment(1)
did you get the answer to your above question?Hillary
C
1

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.

Chun answered 24/3, 2015 at 16:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.