/volley

Primary LanguageJavaApache License 2.0Apache-2.0

What different eastar roid volley?

more simple, powerfull used at json

How to used .... ?

next time

How...

Gradle with jitpack

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency

	dependencies {
	        compile 'com.github.djrain:volley:1.0.0'
	}