volley-examples icon indicating copy to clipboard operation
volley-examples copied to clipboard

Examples of Volley's image loader and http request mechanisms. OkHttp is used as the Http Client

#Volley Examples A set of examples on using Volley's ImageLoader and creating a Http request that returns json data parsed by Gson.

The application is wired up using Dagger(dependency injection) and OkHttp as the Http Client.