(Download the source code of the surface view sample in Android. Android SurfaceView is widely used in game development. SurfaceView has greater freedom in controlling images. It does not need to be updated with a handler as View does. However, there are not many online reference materials about the use of SurfaceView. So today, we will share this simple Android SurfaceView instance with Android novices and attach the source code download.)