mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

ImageRequest deprecated #110

Closed bdaykid closed 9 years ago

bdaykid commented 9 years ago

Hi, I'm using android studio 1.4 and it detected that ImageRequest is deprecated. Is there a workaround for this? of course the code still working. Just to make sure.. Thank you.

ImageRequest imageRequest = new ImageRequest(.......

new ImageRequest < was deprecated.

bdaykid commented 9 years ago

Sorry, found the answer in the ImageRequest.java. tq.