1 page.title=Samples: Overview 2 @jd:body 3 4 <p>Welcome to the NDK samples area. Here, you can download a variety of sample 5 apps to help deepen your understanding the NDK. 6 7 8 <p>From this page, you can download samples that provide a look at the NDK in action. A few of the 9 topics covered are:</p> 10 11 <ul> 12 <li>Managing your native app's activity lifecycle.</li> 13 <li>Using native OpenGL on an Android device.</li> 14 <li>Implementing native audio.</li> 15 <li>Exporting modules.</li> 16 </ul> 17 18 <p class="note"><strong>Note: </strong>These samples are also contained in the NDK installation 19 package; if you have already downloaded the NDK, you have them. They reside in 20 {@code $NDK/samples/}, where {@code $NDK} is the NDK installation root.</p> 21 22 <div id="sdk-terms-form"> 23 <p><a href="{@docRoot}shareables/ndk/ndk-samples.zip" class="button"> 24 Download ndk-samples.zip</a></p> 25 </div> 26 27