↳ android.app.NativeActivity. Convenience for implementing an activity that will be implemented purely in native code . That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in your manifest, and use the NDK APIs from there.
Read moreWhat is native code for Android devices?
Android native code is C/C++ .
Read moreWhat is the purpose of NDK?
The Native Development Kit (NDK) is a set of tools that allows you to use C and C++ code with Android, and provides platform libraries you can use to manage native activities and access physical device components, such as sensors and touch input .
Read more