diff options
Diffstat (limited to 'docs/html/ndk/samples/index.jd')
-rw-r--r-- | docs/html/ndk/samples/index.jd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/html/ndk/samples/index.jd b/docs/html/ndk/samples/index.jd new file mode 100644 index 0000000..6b2cd16 --- /dev/null +++ b/docs/html/ndk/samples/index.jd @@ -0,0 +1,26 @@ +page.title=Samples: Overview +@jd:body + +<p>Welcome to the NDK samples area. Here, you can download a variety of sample +apps to help deepen your understanding the NDK. + + +<p>From this page, you can download samples that provide a look at the NDK in action. A few of the +topics covered are:</p> + +<ul> + <li>Managing your native app's activity lifecycle.</li> + <li>Using native OpenGL on an Android device.</li> + <li>Implementing native audio.</li> + <li>Exporting modules.</li> +</ul> + +<p class="note"><strong>Note: </strong>These samples are also contained in the NDK installation +package; if you have already downloaded the NDK, you have them. They reside in +{@code $NDK/samples/}, where {@code $NDK} is the NDK installation root.</p> + + <div id="sdk-terms-form"> + <p><a href="{@docRoot}shareables/ndk/ndk-samples.zip" class="button"> + Download ndk-samples.zip</a></p> + </div> + |