Learning to use OpenGL ES in a native Android App.
AndroidOpenGLLearning is hosted in the following web site
https://github.com/otternq/AndroidOpenGLLearning
If you think the Android project AndroidOpenGLLearning listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidOpenGLLearning.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 5 |
jar files used | android-support-v4.jar |
There are 1 image files in AndroidOpenGLLearning. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
AndroidOpenGLLearning has the following Java source files.
com.nickotter.androidopengl.MainActivity.java com.nickotter.androidopengl.MainFragment.java com.nickotter.androidopengl.TabListener.java com.nickotter.androidopengl.cube.CubeFragment.java com.nickotter.androidopengl.cube.CubeGLRenderer.java com.nickotter.androidopengl.cube.CubeGLSurfaceView.java com.nickotter.androidopengl.rotatingtriangle.RotatingTriangleFragment.java com.nickotter.androidopengl.rotatingtriangle.RotatingTriangleGLRenderer.java com.nickotter.androidopengl.rotatingtriangle.RotatingTriangleGLSurfaceView.java com.nickotter.androidopengl.shape.Cube.java com.nickotter.androidopengl.shape.Square.java com.nickotter.androidopengl.square.SquareFragment.java com.nickotter.androidopengl.square.SquareGLRenderer.java com.nickotter.androidopengl.square.SquareGLSurfaceView.java