[android-developers] GLSurfaceView onPause/OnResume, transparent Activities on top

2011-03-17 Thread George
I have a GLSurfaceView in my Activity and call onPause/onResume when my Activity is paused or resumed respectively. When I launch an opaque Activity on top of my GLsurfaceView calling onPause/onResume seems reasonable, but suppose I launch a transparent Activity on top on my GLSurfaceView, I

[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