Home | History | Annotate | Download | only in html
      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
      5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
      6 <meta name="generator" content="Doxygen 1.8.5"/>
      7 <title>NDK Programmer&#39;s Guide: Libraries</title>
      8 <link href="tabs.css" rel="stylesheet" type="text/css"/>
      9 <script type="text/javascript" src="jquery.js"></script>
     10 <script type="text/javascript" src="dynsections.js"></script>
     11 <link href="navtree.css" rel="stylesheet" type="text/css"/>
     12 <script type="text/javascript" src="resize.js"></script>
     13 <script type="text/javascript" src="navtree.js"></script>
     14 <script type="text/javascript">
     15   $(document).ready(initResizable);
     16   $(window).load(resizeHeight);
     17 </script>
     18 <link href="doxygen.css" rel="stylesheet" type="text/css" />
     19 </head>
     20 <body>
     21 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
     22 <div id="titlearea">
     23 <table cellspacing="0" cellpadding="0">
     24  <tbody>
     25  <tr style="height: 56px;">
     26   <td style="padding-left: 0.5em;">
     27    <div id="projectname">NDK Programmer&#39;s Guide
     28    </div>
     29   </td>
     30  </tr>
     31  </tbody>
     32 </table>
     33 </div>
     34 <!-- end header part -->
     35 <!-- Generated by Doxygen 1.8.5 -->
     36 </div><!-- top -->
     37 <div id="side-nav" class="ui-resizable side-nav-resizable">
     38   <div id="nav-tree">
     39     <div id="nav-tree-contents">
     40       <div id="nav-sync" class="sync"></div>
     41     </div>
     42   </div>
     43   <div id="splitbar" style="-moz-user-select:none;"
     44        class="ui-resizable-handle">
     45   </div>
     46 </div>
     47 <script type="text/javascript">
     48 $(document).ready(function(){initNavTree('md_3__key__topics__libraries_libraries.html','');});
     49 </script>
     50 <div id="doc-content">
     51 <div class="header">
     52   <div class="headertitle">
     53 <div class="title">Libraries </div>  </div>
     54 </div><!--header-->
     55 <div class="contents">
     56 <div class="textblock"><p>This section discusses libraries included with the NDK, as well as how to use other people's libraries and modules in your own application. It discusses:</p>
     57 <ul>
     58 <li><a href="./md_3__key__topics__libraries__s_t_a_b_l_e-_a_p_i_s.html">Stable APIs</a><ul>
     59 <li>This section discusses the stable APIs exposed by the NDK.</li>
     60 </ul>
     61 </li>
     62 <li><a href="./md_3__key__topics__libraries__p_r_e_b_u_i_l_t_s.html">Prebuilt Libraries</a><ul>
     63 <li>How to include and use prebuilt libraries in your own application.</li>
     64 </ul>
     65 </li>
     66 <li><a href="./md_3__key__topics__libraries__c_p_l_u_s_p_l_u_s-_s_u_p_p_o_r_t.html">C++ Support</a><br/>
     67 <ul>
     68 <li>Information about the NDK's C++ runtime support library and corresponding header files. </li>
     69 </ul>
     70 </li>
     71 </ul>
     72 </div></div><!-- contents -->
     73 </div><!-- doc-content -->
     74 <!-- start footer part -->
     75 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
     76   <ul>
     77     <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK Programmer&#39;s Guide by
     78     <a href="http://www.doxygen.org/index.html">
     79     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
     80   </ul>
     81 </div>
     82 </body>
     83 </html>
     84