Android: SurfaceView Flickering
问题 I am having an issue with drawing to a SurfaceView , when the bitmap images on the SurfaceView are moved, they flicker (or tear). I did not have this problem in previous iterations of my code. But now that I finally got the bitmaps to scale properly by using a separate Canvas for each bitmap, this problem started occurring. These are the important parts of my custom SurfaceView class: public class DrawingSurface extends SurfaceView implements SurfaceHolder.Callback { public DrawingSurface