1page.title=Samples: Walkthroughs 2@jd:body 3 4<p>This section provides detailed walkthroughs of several key samples. The samples are as 5follows:</p> 6 7<li><a href="{@docRoot}ndk/samples/sample_hellojni.html">hello-jni</a>: A very basic app that 8illustrates core workings of the NDK.</li> 9<li><a href="{@docRoot}ndk/samples/sample_na.html">native-activity</a>: An app that shows the 10fundamentals of constructing a purely native app. It places particular emphasis on the 11{@code android_native_app_glue library}.</li> 12<li><a href="<a href="{@docRoot}ndk/samples/sample_teapot.html">Teapot</a>: A simple OpenGL demo, 13showcasing the <code>ndk_helper</code> class.</li> 14