surfaceView can redraw the screen in a new separate thread, and the View must update the screen in the main thread of the UI. Then updating the screen in the main thread of the UI may cause problem
surfaceView can redraw the screen in a new separate thread, and the View must update the screen in the main thread of the UI. Then updating the screen in the main thread of the UI may cause problem