2015-05-26 13:21:24 -07:00
|
|
|
page.title=API Reference
|
2015-04-10 20:45:28 -07:00
|
|
|
@jd:body
|
|
|
|
|
2015-05-27 14:45:39 -07:00
|
|
|
<p>The API reference for the NDK includes documentation for the base set of
|
2015-05-26 13:21:24 -07:00
|
|
|
native headers that the NDK provides for Android. These headers, and their associated libraries,
|
2015-05-27 14:45:39 -07:00
|
|
|
expose a variety of features otherwise only accessible via the Android framework.
|
|
|
|
A few of these features are as follows:</p>
|
2015-05-26 13:21:24 -07:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Using hardware sensors.</li>
|
|
|
|
<li>Accessing storage.</li>
|
|
|
|
<li>Handling user input.</li>
|
2015-05-27 14:45:39 -07:00
|
|
|
<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>
|