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