Android Open Source - OpenGL Application AndroidOpenGLLearning






Project Summary

Learning to use OpenGL ES in a native Android App.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidOpenGLLearning.

ItemValue
Java File Count14
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version11
Activity Count2
Fragment Count5
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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