[android-developers] Mixing OpenGL with Android Lifecycle.

2011-11-07 Thread millerni...@hotmail.com
Hello, everytime I start a heavy OpenGL application for Android, I come across some sort of loading or cleaning error. As of now my problem is that when my application makes it's first run after installation, no textures are present. Thus geometry is not visible. I have tried to render with textur

[android-developers] Mixing OpenGL with Android Lifecycle.

2011-11-07 Thread millerni...@hotmail.com
Hey I tried posting this before but I don't think it went through. So I'll explain my error again. When I run my app after installation, textures don't load. The second time i run it, textures work properly. I think that this has to do w/ the lifecycle because it seems textures havent finished lo