felipecsl/GifImageView

Does this support Android 4.4.2?

Closed this issue · 3 comments

I use setImageResource() to set a gif from drawable folder, not download from url. And call startAnimation(), then isAnimating() return true, but UI doesn't visually work.

Yep it works, but you have to call setBytes() instead

Hi @felipecsl , I'm not sure how to setBytes() for a local resource, would you please give me a hint? Thanks!