It is a basic Android app which uses OpenGL ES API. I defined a triangle class and created three triangles from this class with different colors and positions and I drew these triangles and rotated them. I applied projection and camera views so if you change the screen orientation of the device, the triangles aren't skewed. Also if you swipe your finger on the screen, the triangles rotate where you swiped to.
You can run this project on your device by installing the app-debug.apk.


