Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on image animation. I have 200 transparent png images which I am trying to show one by one over a background image.

Can you tell me the best way to do it. The image should change in such a way that it should appear that a cartoon is running.

If you can tell me in steps, it will be great.

share|improve this question

2 Answers

You can use animation-list to play them frame by frame http://app-solut.com/blog/2011/05/playing-animations-in-android/

or create a GIF and play it http://droid-blog.net/2011/10/14/tutorial-how-to-use-animated-gifs-in-android-part-1/

Gif is more lightweigt, but it gave me trouble once when played on some MDPI screen devices, where I had a single Gif file in the drawable-hdpi folder. So give it a try first..

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.