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.
…