1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 6<meta http-equiv="X-UA-Compatible" content="IE=9"/> 7<meta name="generator" content="Doxygen 1.8.5"/> 8<title>NDK Programmer's Guide: Samples</title> 9<link href="tabs.css" rel="stylesheet" type="text/css"/> 10<script type="text/javascript" src="jquery.js"></script> 11<script type="text/javascript" src="dynsections.js"></script> 12<link href="navtree.css" rel="stylesheet" type="text/css"/> 13<script type="text/javascript" src="resize.js"></script> 14<script type="text/javascript" src="navtree.js"></script> 15<script type="text/javascript"> 16 $(document).ready(initResizable); 17 $(window).load(resizeHeight); 18</script> 19<link href="doxygen.css" rel="stylesheet" type="text/css" /> 20</head> 21<body> 22<div id="top"><!-- do not remove this div, it is closed by doxygen! --> 23<div id="titlearea"> 24<table cellspacing="0" cellpadding="0"> 25 <tbody> 26 <tr style="height: 56px;"> 27 <td style="padding-left: 0.5em;"> 28 <div id="projectname">NDK Programmer's Guide 29 </div> 30 </td> 31 </tr> 32 </tbody> 33</table> 34</div> 35<!-- end header part --> 36<!-- Generated by Doxygen 1.8.5 --> 37</div><!-- top --> 38<div id="side-nav" class="ui-resizable side-nav-resizable"> 39 <div id="nav-tree"> 40 <div id="nav-tree-contents"> 41 <div id="nav-sync" class="sync"></div> 42 </div> 43 </div> 44 <div id="splitbar" style="-moz-user-select:none;" 45 class="ui-resizable-handle"> 46 </div> 47</div> 48<script type="text/javascript"> 49$(document).ready(function(){initNavTree('md_2__samples__samples.html','');}); 50</script> 51<div id="doc-content"> 52<div class="header"> 53 <div class="headertitle"> 54<div class="title">Samples </div> </div> 55</div><!--header--> 56<div class="contents"> 57<div class="textblock"><p>This section explains several of the sample apps 58provided with the NDK. It assumes that you already have a working knowledge of 59programming in Java and native code, and focuses on issues particular to 60working with the NDK.</p> 61<p>It discusses the following samples:</p> 62<ul> 63<li><a href="./md_2__samples_sample--hellojni.html">hello-jni</a>: A very basic 64app that illustrates core workings of the NDK.</li> 65<li><a href="./md_2__samples_sample--nativeactivity.html">native-activity</a>: 66An app that shows the fundamentals of how to construct a purely native app. It 67places particular emphasis on the android_native_app_glue library.</li> 68<li><a href="./md_2__samples_samples-teapot.html">Teapot</a>: A simple OpenGL 69demo, showcasing the <code>ndk_helper</code> class. </li> 70</ul> 71</div></div><!-- contents --> 72</div><!-- doc-content --> 73<!-- start footer part --> 74<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> 75 <ul> 76 <li class="footer">Generated on Wed Jun 25 2014 00:51:19 for NDK 77Programmer'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