Previously, in order to use Volley, the only way was to add the “jar” file to the project – not anymore – official volley is now available, just change the app.gradle file:
dependencies { compile 'com.android.volley:volley:1.0.0' }
Previously, in order to use Volley, the only way was to add the “jar” file to the project – not anymore – official volley is now available, just change the app.gradle file:
dependencies { compile 'com.android.volley:volley:1.0.0' }
by
Leave a Reply