Using volley library inside a library
问题 I want to make a library to reduce my duplicate network works on every android projects or even give my jar to some other developers to using my methods for network communications. So i build this: import java.util.Map; import org.json.JSONObject; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Request.Method; import com.android.volley.Request.Priority; import com.android.volley.Response.ErrorListener; import com.android.volley.Response.Listener; import com.android