marcoRS / volley-examples

Examples of Volley's image loader and http request mechanisms. OkHttp is used as the Http Client
54 stars 14 forks source link

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.