nostra13 / Android-Universal-Image-Loader

Powerful and flexible library for loading, caching and displaying images on Android.
Apache License 2.0
16.78k stars 6.1k forks source link

"drawable://" + R.drawable.img According to the wrong picture #1007

Open BytesZero opened 9 years ago

BytesZero commented 9 years ago

Used in the gridView "drawable://" + R.drawable.img_addpic) It should be +pictures but difference me a child lock

should: img_addpic

display: qq20150602-16 2x

No such a picture in my project qq20150602-16 2x

nostra13 commented 9 years ago

Intersting. I have no clue why it happens. Somethings wrong with res ID generating, maybe.

bfell commented 9 years ago

Had same issue. Loading images from drawable:// gets wrong image every once in a while. Every time i get that problem i have to reinstall app and it will get fixed. I have no idea how to solve it permanently.

HarryMMR commented 9 years ago

Agree with the issue. I am having the same issue. This must be bug. In my case, I am using viewpager to display a series of images to act as rotating banner. After a while of displaying, the two different images show the same image. Please fix it. Thanks.

beilly commented 8 years ago

Had same issue.Loading disk images should not diskcache anytime.is it work?@nostra13,Here someone had got it http://www.bkjia.com/Androidjc/1041800.html