blob: 92266b13b408bebe5fc49720ee217be3254e3a4e [file] [log] [blame]
smain@google.com01783212015-04-10 20:45:28 -07001<?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
smain@google.com01783212015-04-10 20:45:28 -07009<ul id="nav">
David Friedmanfcb87452015-05-27 10:35:55 -070010
David Friedman14d17772015-05-26 13:21:24 -070011 <li class="nav-section">
David Friedmanfcb87452015-05-27 10:35:55 -070012 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>ndk/samples/index.html">
13 <span class="en">Overview</span></a></div>
David Friedman14d17772015-05-26 13:21:24 -070014 </li>
Joe Fernandezb373f492015-05-22 12:27:04 -070015
David Friedman14d17772015-05-26 13:21:24 -070016 <li class="nav-section">
17 <div class="nav-section-header">
David Friedmanfcb87452015-05-27 10:35:55 -070018 <a href="<?cs var:toroot ?>ndk/samples/walkthroughs.html">
19 <span class="en">Walkthroughs</span></a></div>
David Friedman14d17772015-05-26 13:21:24 -070020 <ul>
David Friedmanfcb87452015-05-27 10:35:55 -070021 <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>
David Friedman14d17772015-05-26 13:21:24 -070024 </ul>
25 </li>
smain@google.com01783212015-04-10 20:45:28 -070026</ul>
27
28
29<script type="text/javascript">
30<!--
31 buildToggleLists();
32 changeNavLang(getLangPref());
33//-->
34</script>
35