Android frame by frame PNG animation
Posted
by
Trick
on Game Development
See other posts from Game Development
or by Trick
Published on 2012-04-06T15:27:31Z
Indexed on
2012/04/06
17:43 UTC
Read the original article
Hit count: 298
I am new at Android game development. I have done some apps before, but none of them are games :)
So, I wanted to do a frame-by-frame animation of PNGs. I tried with AnimationDrawable, but OutOfMemory error comes quickly (I have a lot of PNGs). So I came upon SurfaceView. But I am stuck, because I really don't find any useful tutoirals/examples.
What is the best way to make an animation like this?
Here there already is a great answer to almost the same question, but all the links there don't work anymore.
I would really like to here suggestions how to make an animation frame-by-frame with PNGs in Android and if you have any tutorials or examples, I will be really happy :)
© Game Development or respective owner