Out of memory when loading in big list view
I am getting out of memory exception when I have long list of big images in a list view.
I was wondering if we can make the bitmap purge able then can we solve OOM errors.
i got the same problem =(
and i.
the same to me :(
How about adding recycle flag to bitmap? This should reduce the memory print and bitmap will be recycled.
Thanks for your reply!
I used recycle bitmap and try catch to avoid crashing app.
Now the problem is solved. On Dec 13, 2012 1:57 PM, "Siddharth Menon" [email protected] wrote:
How about adding recycle flag to bitmap? This should reduce the memory print and bitmap will be recycled.
— Reply to this email directly or view it on GitHubhttps://github.com/loopj/android-smart-image-view/issues/7#issuecomment-11324415.
That is superb, if you have modified the lib then can you share your changes? I have never created .jar from library project like this one.