I'm starting a 2D game for Android ( and iPhone later ). I want to animate animals on the screen ( think a cartoon dog ). What is the best approach to do so ? Should I use the built in tweening apis from Android, and mix them to obtain the good animation sequence ( scale, translate, rotate ). Is there any tool to help me do that ? Would it be possible to do the animation in flash and "import" the animation sequences( through AS3 generation maybe ? )
Otherwise should I do this "by hand", with a blank canvas and write all the draw logic ?
I'm just trying to get the fastest way to animate my characters ( if I need to code 20hours for 1 complex animation I'm not sure i'll go very far ).
Thanks :)