Does anybody have and want to share layout.xml file and working Activity class in which have example of using OpenGL in android ?
A:
This is the best one I know of... http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/
CrazyDart
2010-10-27 20:24:59
+1
A:
http://developer.android.com/resources/articles/glsurfaceview.html
Sorry, no layout.xml (but how hard can it be to find as this was the first result in my google search?)
KevinDTimm
2010-10-27 20:27:39
A:
I find this website to be immensely useful in learning OpenGL as a whole, along with how to use it in Android: http://insanitydesign.com/wp/projects/nehe-android-ports/.
The original C++ tutorials (ported to many other languages also) are available here for reference.
Austyn Mahoney
2010-10-27 20:35:04