SurfaceView.setbackground() dominates my canvas
问题 When I set the background to my surfaceview, I see what I set as the background. However, I cannot draw simple things like circles when I lock/unlock the surfaceview's canvas. All I see is the background image. Is there something I'm missing? Any thoughts? 回答1: You missed to google. http://android-er.blogspot.com/2010/05/android-surfaceview.html http://www.droidnova.com/playing-with-graphics-in-android-part-v,188.html 回答2: The solution is very simple. //get surface view and surface holder