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?

Janusz
  • 187,060
  • 113
  • 301
  • 369

1 Answers1

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.

Jeremy Logan
  • 47,151
  • 38
  • 123
  • 143