tags:

views:

32

answers:

3

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
+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
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