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

Various project updates #2

Closed friederbluemle closed 9 years ago

friederbluemle commented 9 years ago

Updates all dependencies - project is now compatible with latest Android Studio 0.9.2

OkHttp was updated to 2.0.0

marcoRS commented 9 years ago

:+1: Awesome update! Thanks I learned how to fix the PMD nullpointer error!! :-D

friederbluemle commented 9 years ago

Welcome :) Nice sample project by the way! :+1: I learned more about Dagger, and static code analysis with Gradle of course.