You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
It would be nice if we could provide a factory that was responsible for creating the RequestQueue, versus delegating to Volley.newRequestQueue(). I need control over HttpStack and Cache implementation so leveraging the static helper method of Volley is not an option for me.
I might even work on this myself and submit a PR.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if we could provide a factory that was responsible for creating the RequestQueue, versus delegating to Volley.newRequestQueue(). I need control over HttpStack and Cache implementation so leveraging the static helper method of Volley is not an option for me.
I might even work on this myself and submit a PR.
The text was updated successfully, but these errors were encountered: