Set up a RequestQueue The previous lesson showed you how to use the convenience method Volley.newRequestQueue to set up a RequestQueue, taking advantage of Volley’s default behaviors. This lesson walks you through the explicit steps of creating a RequestQueue, to allow you to supply your own custom behavior. This lesson also describes the recommended practice of creating a RequestQueue as a single