I am Trying to download an Image into an ImageView by using the Volley Library. I inject the response of the Volley Library into the ImageView, but I am not getting the
Use this constructor version:
new ImageRequest(url, myResponseListener, maxWidth, maxHeight, scaleType, Config.RGB_565, myErrorListener);
This constructor isn't deprecated in Volley ImageRequest.