tip: Volley comm library for android, available via Gradle

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'
}


Posted

in

by

Tags:

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from try {} except

Subscribe now to keep reading and get access to the full archive.

Continue reading