1 <?cs # Table of contents for Dev Guide. 2 3 For each document available in translation, add an localized title to this TOC. 4 Do not add localized title for docs not available in translation. 5 Below are template spans for adding localized doc titles. Please ensure that 6 localized titles are added in the language order specified below. 7 ?> 8 9 <ul id="nav"> 10 11 <li class="nav-section"> 12 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>ndk/samples/index.html"> 13 <span class="en">Overview</span></a></div> 14 </li> 15 16 <li class="nav-section"> 17 <div class="nav-section-header"> 18 <a href="<?cs var:toroot ?>ndk/samples/walkthroughs.html"> 19 <span class="en">Walkthroughs</span></a></div> 20 <ul> 21 <li><a href="<?cs var:toroot ?>ndk/samples/sample_hellojni.html">hello-jni</a></li> 22 <li><a href="<?cs var:toroot ?>ndk/samples/sample_na.html">native-activity</a></li> 23 <li><a href="<?cs var:toroot ?>ndk/samples/sample_teapot.html">Teapot</a></li> 24 </ul> 25 </li> 26 </ul> 27 28 29 <script type="text/javascript"> 30 <!-- 31 buildToggleLists(); 32 changeNavLang(getLangPref()); 33 //--> 34 </script> 35 36