Android animated GIF (Cupcake)
Asked Answered
K

1

5

I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact:

Movie.decodeStream

Always returns null... Does anyone have any workarounds/fixes to play animated GIFs?

Kittenish answered 5/9, 2009 at 12:37 Comment(0)
J
4

There's a bug report for this. Looks like the only option currently is to split it up and do frame-by-frame animation manually. There's instructions in the docs for how to do this.

January answered 6/9, 2009 at 5:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.