- holder
- The SurfaceHolder whose surface is being created.
This is called immediately after the surface is first created. Implementations of this should start up whatever rendering code they desire. Note that only one thread can ever draw into a Android.Views.Surface, so you should not draw into the Surface here if your normal rendering will be in another thread.