Dear all: I have a GLSurfaceView in a layout, it's invisible. After I chick a button, I call method GLSurfaceView.setVisibility(View.VISIBLE) to show it . But I it cost 3 seconds to init the GLSurfaceView. T'he time between button's onClick and GLSurfaceView.Renderer’s onSurfaceCreated is 3 seconds. I think it's slow .
Any idea can speed up the init? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

