[android-developers] TabActivity and GLSurfaceView

2010-07-27 Thread Alimae
Hi, In my app, i have a TabActivity with 2 tabs. -Tab1 displays a web page (with WebViewClient) -Tab2 displays contains a FrameLayout with 2 SurfaceViews : The first SurfaceView contains the videocapture from the camera. The second surfaceview is a GLSurfaceView. The app works fine. I can

[android-developers] GLSurfaceView onPause/onResume

2010-07-09 Thread Alimae
Hi, I have an app wich is is a TabActivity with 3 tabs. Each tab is an activity. The first tab (Activity1) has a FrameLayout which contains a GLSurfaceView. All the GL code is done in my native library (using the ndk)/ I have put logs into the onSurfaceDestroyed (in GLSurfaceView) and the