Dirk Dougherty a73450cd27 Doc change: move ndk docs jd into main docs tree.
Change-Id: I5c1ac7645dc68c28da97f46babcab5926c38dbea
2015-06-12 15:18:07 -07:00

14 lines
660 B
Plaintext

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