Welcome to the NDK samples area. Here, you can download a variety of sample apps to help deepen your understanding the NDK.

## NDK Samples

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.

[Browse NDK samples on GitHub](https://github.com/android/ndk-samples/tree/main)

## Vulkan Samples

Vulkan samples are located separately from those for the rest of the NDK. To explore these samples, click on the link below.  
[Browse Vulkan samples on GitHub](https://github.com/LunarG/VulkanSamples)

## Google Play Games Samples

The Google Play games services C++ SDK samples illustrate how to use these services when building your Android apps. To explore these samples, click on the link below.  
[Browse Google Play Games C++ SDK samples on GitHub](https://github.com/playgameservices/cpp-android-basic-samples)