What do you mean by "stops working"? I had a problem with coming back from sleeping where my app was unresponsive, which went away when I handled orientation config changes myself. Since my app was in landscape, there was an orientation change coming back from sleep and something in GLSurfaceView was getting stuck.
On Sep 11, 10:25 pm, SChaser <[email protected]> wrote: > I've been messing around with GLSurfaceView, first with just my own > code, and then with the demo framework from Pro Android. > > In both cases, the view stops working after the application has been > paused (say, by bringing up the home screen, and then selecting the > application and running it again). I am calling the onPause and > onResume methods on the GLSurface view object, but it still doesn't > restart. The rest of the app recovers - the buttons are visible and > they work. > > Ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

