[android-developers] GLSurface doesn't draw anything when i came back again.
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home