Home | History | Annotate | Download | only in reference
      1 page.title=API Reference
      2 @jd:body
      3 
      4 <p>The API reference for the NDK includes documentation for the base set of
      5 native headers that the NDK provides for Android. These headers, and their associated libraries,
      6 expose a variety of features otherwise only accessible via the Android framework.
      7 A 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
     17 in the NDK.</p>
     18