This section provides detailed walkthroughs of several key samples. The samples are as
follows:

<br />

- [hello-jni](https://developer.android.com/ndk/samples/sample_hellojni): A very basic app that illustrates core workings of the NDK.
- [native-activity](https://developer.android.com/ndk/samples/sample_na): An app that shows the fundamentals of constructing a purely native app. It places particular emphasis on the `android_native_app_glue library`.
- [Teapot](https://developer.android.com/ndk/samples/sample_teapot): A simple OpenGL demo, showcasing the `ndk_helper` class.