 |
Building an OpenGL ES Environment | Android Developers
In order to draw graphics with OpenGL ES in your Android application, you must create a view container for them. One of the more straight-forward ways to do this is to implement both a GLSurfaceView and a Renderer. A GLSurfaceView is a view container …
developer.android.com |
 |