views:

129

answers:

1

Hi,

I need some advice about animation. I have an animated GIF, but how to put in Android app to be animation. When I put it doesn't move at all. I read something about animation in Android and I need to have pictures for animation. Is there any solution for this ?

A: 

Android does not support animated GIFs much. You can use an AnimationDrawable, perhaps defined from frames using a drawable XML file.

CommonsWare
I extract gif to png pictures with gif2png and it works with XML ! Thanks for advice !
Momcilo