Hello Amit, thanks for this awesome library. I was thinking of new feature or it maybe already exists, its that in imageView to set auth headers in java or xml because some servers allow to fetch images only for valid authentication.
Currently it does not support this. One way u can do is with adding interceptor in okhttp and initialize the library with that okhttp.
I will try to add this support in new release
Ok I will try doing that. I have another 1 question, How do I get response code in onResponse() interface method for getAsJSONObject() method.
Use getAsOkHttpResponseAndJSONObject for the above.
Thanks am getting reponse code using okHttpResponseListeners
Most helpful comment
Use
getAsOkHttpResponseAndJSONObjectfor the above.