I'm on Android Studio version 1.4. I'm using the Android Volley library (I use the mcxiaoke mirror here). But the ImageRequest
is deprecated. The code still works but deprecated. Has anyone found an alternative for this?
I've search for this issue in Google but didn't find any solution.
I think the class is not deprecated but the constructor that you are using is deprecated.
use this constructor instead of this one
Usage example :
ImageRequest request = new ImageRequest(
url, myResponseListener, maxWidth,
maxHeight, scaleType, Config.RGB_565, myErrorListener);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With