Merge "Docs: Final work on Reference tab for NDK minisite launch." into mnc-preview-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
772dab7b24
@@ -1,12 +1,17 @@
|
||||
page.title=API Reference
|
||||
@jd:body
|
||||
|
||||
<p>The API reference for the NDK currently comprises documentation for the base set of
|
||||
<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,
|
||||
provide functionalities such as:</p>
|
||||
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>
|
||||
</ul>
|
||||
<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>
|
||||
|
||||
@@ -15,21 +15,21 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___bitmap.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___bitmap.html"><span class="en">
|
||||
Bitmap</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/bitmap_8h.html">bitmap.h</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___configuration.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___configuration.html"><span class="en">
|
||||
Configuration</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/configuration_8h.html">configuration.h</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___input.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___input.html"><span class="en">
|
||||
Input</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/input_8h.html">input.h</a></li>
|
||||
@@ -37,14 +37,14 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___looper.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___looper.html"><span class="en">
|
||||
Looper</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/looper_8h.html">looper.h</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___native_activity.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___native_activity.html"><span class="en">
|
||||
Native Activity and Window</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/native__activity_8h.html">native_activity.h</a></li>
|
||||
@@ -54,20 +54,20 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___sensor.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___sensor.html"><span class="en">
|
||||
Sensor</span></a></div>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/sensor_8h.html">sensor.h</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header empty"><a href="/ndk/reference/group___storage.html"><span class="en">
|
||||
<div class="nav-section-header"><a href="/ndk/reference/group___storage.html"><span class="en">
|
||||
Storage Manager</span></a></div>
|
||||
</li>
|
||||
<ul>
|
||||
<li><a href="/ndk/reference/storage__manager_8h.html">sensor_manager.h</a></li>
|
||||
<li><a href="/ndk/reference/obb_8h.html">obb.h</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user