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 was 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.
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.