Skip to content

Instantly share code, notes, and snippets.

@edwin-sl
edwin-sl / NetworkRequest.java
Created October 15, 2015 07:46
A layer on top of Volley for Android to make GET and POST requests with JSONs as result
package com.stochasticstudio.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.support.v4.util.LruCache;
import android.util.Log;
import com.android.volley.AuthFailureError;
import com.android.volley.DefaultRetryPolicy;
import com.android.volley.Request;