David Friedman 7efe4be7ee Docs: Final work on Reference tab for NDK minisite launch.
Change-Id: Ia633e7664012c77c46a6e4ba894d60592bde8b09
2015-05-27 15:46:22 -07:00

18 lines
633 B
Plaintext

page.title=API Reference
@jd:body
<p>The API reference for the NDK includes documentation for the base set of
native headers that the NDK provides for Android. These headers, and their associated libraries,
expose a variety of features otherwise only accessible via the Android framework.
A few of these features are as follows:</p>
<ul>
<li>Using hardware sensors.</li>
<li>Accessing storage.</li>
<li>Handling user input.</li>
<li>Setting configuration information, such as screen orientation.</li>
</ul>
<p>The API reference provides detailed information on these and other functionalities provided
in the NDK.</p>