Post you solutions to the Mar 20 In-Class Exercise to this thread.
Best,
Chris
Hi!
The main Activity called GLES3JNIActivity is located in ./java/com/oculus/gles3jni/GLES3JNIActivity.java
The main activity is located at com.oculus.gles3jni.GLES3JNIActivity.java In this file, the main activity is created through the onCreate() callback method.
(Edited: 2019-03-20)GLES3JNIActivity.java is in .../java/com/oculus/gles3jni
com.oculus.gles3jni.GLES3JNIActivity is the main activity as we can see in the AndroidManifest.xml
The file is GLES3JNIActivity.java under the path: VrCubeWorld_SurfaceView\java\com\oculus\gles3jni which can be found out by looking in the project manifest, xml file.
(Edited: 2019-03-20)The file can be found in : \VrSamples\VrCubeWorld_SurfaceView\java\com\oculus\gles3jni
The main activity is GLES3JNIActivity.java can be found at .\java\com\oculus\gles3jni\GLES3JNIActivity.java