2015-05-27 10:35:55 -07:00
|
|
|
page.title=Samples: Overview
|
2015-04-10 20:45:28 -07:00
|
|
|
@jd:body
|
|
|
|
|
2015-05-27 10:35:55 -07:00
|
|
|
<p>Welcome to the NDK samples area. Here, you can download a variety of sample
|
|
|
|
apps to help deepen your understanding the NDK.
|
2015-05-26 13:21:24 -07:00
|
|
|
|
2015-05-27 10:35:55 -07:00
|
|
|
|
|
|
|
<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
|
2015-05-26 13:21:24 -07:00
|
|
|
{@code $NDK/samples/}, where {@code $NDK} is the NDK installation root.</p>
|
|
|
|
|
2015-05-27 10:35:55 -07:00
|
|
|
<div id="sdk-terms-form">
|
2015-07-21 15:12:41 +09:00
|
|
|
<p><a href="https://github.com/googlesamples/android-ndk/tree/android-mk" class="button">
|
|
|
|
Browse NDK samples</a></p>
|
2015-05-27 10:35:55 -07:00
|
|
|
</div>
|
2016-03-15 20:18:12 -07:00
|
|
|
|
|
|
|
<p>Vulkan samples are located separately from those for the rest of the NDK. To explore them,
|
|
|
|
access the link below.</p>
|
|
|
|
|
|
|
|
<div id="Vulkan-terms-form">
|
|
|
|
<p><a href="https://github.com/LunarG/VulkanSamples" class="button">
|
|
|
|
Browse Vulkan samples</a></p>
|
|
|
|
</div>
|