/NativeActivityFromJavaActivity

native-activity android java c++ OpenGLES

Primary LanguageC++Apache License 2.0Apache-2.0

NativeActivityFromJavaActivity

native-activity android java c++ OpenGLES

Note

  1. The demo is modified from several google samples
  2. Please use Android-studio 3+

Glance

  1. The first java activity, the string inputed in the edittext will be send to the second activity:

  1. The second java activity, the text shows the string get form the first activity:

  1. The third native cpp activity, started from the second one

  1. All the activities could return to the parent activity smoothly by press the return button.

FYI

Thanks.