Recommended way to make animation in Android
Posted
by
Alin
on Stack Overflow
See other posts from Stack Overflow
or by Alin
Published on 2011-01-10T09:48:37Z
Indexed on
2011/01/10
9:53 UTC
Read the original article
Hit count: 276
I've searched around the web to learn more about animating a character in Android but didn't fully understood it. I ask here maybe you could give me some advices or hints on how to make it in the best possible way.
Scenario
Imagine 5 drawn characters (let's say 5 human heads). I need to animate them. By animation I mean make eyes blink, smile, laugh etc. Right now I am working on making bitmap resources on each animation. For example for the blink animation, basically I have 3 images, one with eyes open, one with eyes half closed, one with eyes closed. I need to animate the character to use all these 3 images.
This is all the animation I need, nothing more fancier. Any suggestions from where to start ?
© Stack Overflow or respective owner