FrameSurfaceView
- play frame animation by SurfaceView instead of AnimationDrawable which is esay to cause OOM.
- play frame animation smoothly with huge frame image(1MB).
play frame animation by SurfaceView. Get rid of OOM due to complex frame animation and could play frame animation smoothly with huge frame image(1MB)
Java