summaryrefslogtreecommitdiffstats
path: root/docs/html/ndk/reference/index.jd
blob: 94bcb7a388397ec5869e12e58906ccfb5f547876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>