Hello, I'm tryting to switch between normal view and glsurface view. For doing these operation, i assume it as
Intent myIntent = new Intent(this, GLActivity.class); startActivityForResult(myIntent, 0); finish(); but when i come back again to GLActivty, i see nothing on the screen. It has to draw all images. black screen is only i can see there. Anyone knows what am i doing wrong? Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en