Skip to content

Instantly share code, notes, and snippets.

@frankibem
frankibem / VolleySingleton.java
Created March 23, 2016 17:39
Sample volley singleton
package com.test.testjson;
import android.content.Context;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
/**
* @author Frank Ibem.