VolleySingleton

class VolleySingleton(context: Context)

Used for accessing the Volley singleton for making network requests.

Author

Arnau Mora

Since

20220222

See also

Parameters

context

The context of the Application.

Constructors

Link copied to clipboard
fun VolleySingleton(context: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T> addToRequestQueue(req: Request<T>): Request<T>

Properties

Link copied to clipboard
val imageLoader: ImageLoader
Link copied to clipboard
val requestQueue: RequestQueue