diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 220 |
1 files changed, 154 insertions, 66 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 8b8dc86..dd4214e 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -58,6 +58,9 @@ <span class="zh-TW" style="display:none">應用程式基本原理</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html"> + <span class="en">Fragments</span> + </a> <span class="new">new!</span></li> </ul> <ul> <li class="toggle-list"> @@ -71,6 +74,9 @@ <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> <span class="en">Creating Menus</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html"> + <span class="en">Using the Action Bar</span> + </a> <span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> <span class="en">Creating Dialogs</span> </a></li> @@ -207,6 +213,9 @@ <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html"> <span class="en">3D with OpenGL</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html"> + <span class="en">Animation</span> + </a><span class="new">new!</span></li> </ul> </li> <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> @@ -268,27 +277,22 @@ <li> <a href="<?cs var:toroot?>guide/topics/testing/testing_android.html"> <span class="en">Testing Fundamentals</span></a> - <span class="new">new!</span> </li> <li> <a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html"> <span class="en">Activity Testing</span></a> - <span class="new">new!</span> </li> <li> <a href="<?cs var:toroot?>guide/topics/testing/contentprovider_testing.html"> <span class="en">Content Provider Testing</span></a> - <span class="new">new!</span> </li> <li> <a href="<?cs var:toroot?>guide/topics/testing/service_testing.html"> <span class="en">Service Testing</span></a> - <span class="new">new!</span> </li> <li> <a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html"> <span class="en">What To Test</span></a> - <span class="new">new!</span> </li> </ul> @@ -353,32 +357,120 @@ <ul> <!--<li><a href="">Developing for Android</a></li> signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. --> - <li><a href="<?cs var:toroot ?>guide/developing/eclipse-adt.html"> - <span class="en">In Eclipse, with ADT</span> - <span class="de" style="display:none">In Eclipse, mit ADT</span> - <span class="es" style="display:none">En Eclipse, con ADT</span> - <span class="fr" style="display:none">Sous Eclipse, à l'aide du plugin ADT</span> - <span class="it" style="display:none">In Eclipse, con ADT</span> - <span class="ja" style="display:none">Eclipse 内で ADT を使用</span> - <span class="zh-CN" style="display:none">利用 ADT 在 Eclipse 中开发</span> - <span class="zh-TW" style="display:none">在加裝 ADT 工具的 Eclipse 環境中</span> - </a></li> - <li><a href="<?cs var:toroot ?>guide/developing/other-ide.html"> - <span class="en">In Other IDEs</span> - <span class="de" style="display:none">In anderen IDEs</span> - <span class="es" style="display:none">En otros entornos</span> - <span class="fr" style="display:none">Sous d'autres environnements</span> - <span class="it" style="display:none">In altri IDE</span> - <span class="ja" style="display:none">その他の統合開発環境</span> - <span class="zh-CN" style="display:none">在其他 IDE 中开发</span> - <span class="zh-TW" style="display:none">在其他開發環境中</span> - </a></li> - <li><a href="<?cs var:toroot ?>guide/developing/device.html"> - <span class="en">On a Device</span> - </a></li> - <li><a href="<?cs var:toroot ?>guide/developing/debug-tasks.html"> - <span class="en">Debugging Tasks</span> + <li> + <a href="<?cs var:toroot ?>guide/developing/index.html"> + <span class="en">Overview</span></a> + </li> + + <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/devices/index.html"> + <span class="en">Creating and Managing Virtual Devices</span> + </a> + </div> + <ul> + <li> + <a href="<?cs var:toroot ?>guide/developing/devices/managing-avds.html"> + <span class="en">With AVD Manager</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/devices/managing-avds-cmdline.html"> + <span class="en">On the Command Line</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/devices/emulator.html"> + <span class="en">Using the Android Emulator</span> + </a> + </li> + </ul> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/device.html"> + <span class="en">Connecting Hardware Devices</span> + </a> + </li> + + <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/projects/index.html"> + <span class="en">Creating and Managing Projects</span> + </a> + </div> + <ul> + <li> + <a href="<?cs var:toroot ?>guide/developing/projects/projects-eclipse.html"> + <span class="en">In Eclipse with ADT</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/projects/projects-cmdline.html"> + <span class="en">On the Command Line</span> + </a> + </li> + </ul> + </li> + + <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/building/index.html"> + <span class="en">Building and Running Apps</span> + </a> + </div> + <ul> + <li><a href="<?cs var:toroot ?>guide/developing/building/building-eclipse.html"> + <span class="en">In Eclipse with ADT</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html"><span class="en">On the Command Line</span></a></li> + </ul> + </li> + + <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/debugging/index.html"> + <span class="en">Debugging</span> + </a> + </div> + <ul> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects.html"> + <span class="en">In Eclipse with ADT</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects-cmdline.html"> + <span class="en">In Other IDEs</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/ddms.html"> + <span class="en">Using DDMS</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-log.html"> + <span class="en">Reading and Writing Log Messages</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-ui.html"> + <span class="en">Debugging and Profiling UIs</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-tracing.html"> + <span class="en">Profiling with Traceview and dmtracedump</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-devtools.html"> + <span class="en">Using the Dev Tools App</span> + </a> + </li> + </ul> + </li> + <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/testing/index.html"> @@ -388,71 +480,67 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html"> - <span class="en">Testing in Eclipse, with ADT</span> + <span class="en">In Eclipse with ADT</span> </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html"> - <span class="en">Testing in Other IDEs</span> + <span class="en">In Other IDEs</span> </a> </li> </ul> </li> - <li class="toggle-list"> + + <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/developing/tools/index.html"> <span class="en">Tools</span> </a></div> <ul> - <li><a href="<?cs var:toroot ?>guide/developing/tools/aapt.html">aapt</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#android">android</a></li> - <!--<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT Plugin</a></li>--> - <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">aidl</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/avd.html">AVDs</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/ddms.html">ddms</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#dx">dx</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html">Draw 9-Patch</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#mksdcard">mksdcard</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/android.html">android</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">aidl</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a> + <li><a href="<?cs var:toroot ?>guide/developing/tools/dmtracedump.html">dmtracedump</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html" >Draw 9-Patch</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/hprof-conv.html">hprof-conv</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/logcat.html">logcat</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/mksdcard.html">mksdcard</a></li> + + <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li> <li class="toggle-list"> <div> - <a href="<?cs var:toroot?>guide/developing/tools/monkeyrunner_concepts.html"> + <a href="<?cs var:toroot ?>guide/developing/tools/monkeyrunner_concepts.html"> <span class="en">monkeyrunner</span> </a> - <span class="new">new!</span> </div> <ul> <li> - <a href="<?cs var:toroot?>guide/developing/tools/MonkeyDevice.html"> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyDevice.html"> <span class="en">MonkeyDevice</span> </a> - <span class="new">new!</span> </li> <li> - <a href="<?cs var:toroot?>guide/developing/tools/MonkeyImage.html"> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyImage.html"> <span class="en">MonkeyImage</span> </a> - <span class="new">new!</span> </li> <li> - <a href="<?cs var:toroot?>guide/developing/tools/MonkeyRunner.html"> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyRunner.html"> <span class="en">MonkeyRunner</span> </a> - <span class="new">new!</span> </li> </ul> </li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html" >Traceview</a></li> - <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html" >zipalign</a></li> - </ul> - </li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html">Traceview</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html">zipalign</a></li> + </ul> + </li> </ul> </li> @@ -581,19 +669,19 @@ <ul> <li><a href="<?cs var:toroot ?>guide/webapps/index.html"> <span class="en">Web Apps Overview</span> - </a> <span class="new">new!</span><!-- 11/1/10 --></li> + </a></li> <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html"> <span class="en">Targeting Screens from Web Apps</span> - </a> <span class="new">new!</span><!-- 11/1/10 --></li> + </a></li> <li><a href="<?cs var:toroot ?>guide/webapps/webview.html"> <span class="en">Building Web Apps in WebView</span> - </a> <span class="new">new!</span><!-- 11/1/10 --></li> + </a></li> <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html"> <span class="en">Debugging Web Apps</span> - </a> <span class="new">new!</span><!-- 11/1/10 --></li> + </a></li> <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html"> <span class="en">Best Practices for Web Apps</span> - </a> <span class="new">new!</span><!-- 11/1/10 --></li> + </a></li> </ul> </li> |