Android frame by frame PNG animation
- by Trick
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 :)