Installation
Volley JCenter Gradle Import
//in your project's app level build.gradle
compile 'com.android.volley:volley:1.0.0'
Create a subclass of Application
public class AppController extends Application {
public static final String TAG = AppController.class
.getSimpleN...