Welcome to the NDK samples area. Here, you can download a variety of sample apps to help deepen your understanding the NDK.
From this page, you can download samples that provide a look at the NDK in action. A few of the topics covered are:
- Managing your native app's activity lifecycle.
- Using native OpenGL on an Android device.
- Implementing native audio.
- Exporting modules.
Note: These samples are also contained in the NDK installation
package; if you have already downloaded the NDK, you have them. They reside in
$NDK/samples/
, where $NDK
is the NDK installation root.