What is a native activity?

↳ 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 more