VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

Class Signature is different from Volley

Open seventhmoon opened this issue 8 years ago • 2 comments

Compare with Volley (https://android.googlesource.com/platform/frameworks/volley/), a few classes is not in same package.

e.g. com.android.volley.AuthFailureError vs com.android.volley.error.AuthFailureError

That breaks the compatibility with Volley, which should be a subset of VolleyPlus.

seventhmoon avatar Feb 23 '17 08:02 seventhmoon

I really like using Volley+, but because of this issue, we are moving away from it. Because of this we or any of our library integrator cannot use vanilla Volley which is a deal breaker.

viralsavaniIM avatar Jan 25 '18 18:01 viralsavaniIM

https://github.com/seventhmoon/VolleyEx Moved some feature to VolleyEx which is compatible with official volley.

seventhmoon avatar Jan 25 '18 23:01 seventhmoon