Skip to content

diegoperini/NativeActivityFromJavaActivity

 
 

Repository files navigation

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.

About

native-activity android java c++ OpenGLES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.1%
  • Java 11.5%
  • CMake 8.4%