2019-03-19

Mar 20 In-Class Exercise Thread.

Post you solutions to the Mar 20 In-Class Exercise to this thread.
Best,
Chris
Post you solutions to the Mar 20 In-Class Exercise to this thread. Best, Chris
2019-03-20

-- Mar 20 In-Class Exercise Thread
Hi!
The main Activity called GLES3JNIActivity is located in ./java/com/oculus/gles3jni/GLES3JNIActivity.java
Hi! The main Activity called GLES3JNIActivity is located in ./java/com/oculus/gles3jni/GLES3JNIActivity.java

-- Mar 20 In-Class Exercise Thread
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)
The main activity is located at com.oculus.gles3jni.GLES3JNIActivity.java In this file, the main activity is created through the onCreate() callback method.

-- Mar 20 In-Class Exercise Thread
GLES3JNIActivity.java is in .../java/com/oculus/gles3jni
GLES3JNIActivity.java is in .../java/com/oculus/gles3jni

-- Mar 20 In-Class Exercise Thread
com.oculus.gles3jni.GLES3JNIActivity is the main activity as we can see in the AndroidManifest.xml
com.oculus.gles3jni.GLES3JNIActivity is the main activity as we can see in the AndroidManifest.xml

-- Mar 20 In-Class Exercise Thread
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 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.

-- Mar 20 In-Class Exercise Thread
The file can be found in : \VrSamples\VrCubeWorld_SurfaceView\java\com\oculus\gles3jni
The file can be found in : \VrSamples\VrCubeWorld_SurfaceView\java\com\oculus\gles3jni
2019-03-22

-- Mar 20 In-Class Exercise Thread
The main activity is GLES3JNIActivity.java can be found at .\java\com\oculus\gles3jni\GLES3JNIActivity.java
The main activity is GLES3JNIActivity.java can be found at .\java\com\oculus\gles3jni\GLES3JNIActivity.java
X