Android-Universal-Image-Loader icon indicating copy to clipboard operation
Android-Universal-Image-Loader copied to clipboard

Load SDCard big images is too slow

Open artisan-android opened this issue 9 years ago • 2 comments

Hi, I use this engine. When I try to load a big image from sdcard. I find it too slow, i suggestion about optimizing "private Bitmap tryLoadBitmap() throws TaskCancelledException{....}". Thank you^^

artisan-android avatar Jun 02 '15 07:06 artisan-android

I found that, too. Agree to optimize.

szuwest avatar Jun 11 '15 09:06 szuwest

I forked this project and add a new method to support loading thumbnail with mediaId :dancers:

TomIsYourName avatar Jul 30 '15 09:07 TomIsYourName