Why do we need Android NDK?

The Android NDK is a companion tool to the Android SDK that lets you build performance-critical portions of your apps in native code . It provides headers and libraries that allow you to build activities, handle user input, use hardware sensors, access application resources, and more, when programming in C or C++.

Read more