native-activity android java c++ OpenGLES
- The demo is modified from several google samples
- Please use Android-studio 3+
- The first java activity, the string inputed in the edittext will be send to the second activity:
- The second java activity, the text shows the string get form the first activity:
- The third native cpp activity, started from the second one
- All the activities could return to the parent activity smoothly by press the return button.
FYI
Thanks.