loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Still OutOfMemory issues #37

Open Nigui opened 10 years ago

Nigui commented 10 years ago

Hi, firstly thank you for your project, i think it works very well ! But, i still have outOfMemory issues when i try to download a .jpg from an URL on my server. The logcat print that the bitmap exceed the VM budget, it's about 8.200.000 bytes it try to save. Is there any solution to reduce this bitmap ? Or is it from your code ? Please reply.