felipecsl/GifImageView

OOM

Closed this issue · 1 comments

I used your gifImageView in a row of listview.After refreshed the listview via PullToRefreshView,the memory consumption increased.Eventually it rusulted in OOM.

You should make sure you stop your animations and clear gifs when they go off screen. There is nothing this library can do if you're loading more gifs than your device memory can handle. It's up to you to make good use of it.