diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 63 |
1 files changed, 40 insertions, 23 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index aafbe3015cbd..24ccfdb99a66 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -65,6 +65,9 @@ <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html"> <span class="en">Fragments</span> </a> <span class="new">new!</span></li> + <li><a href="<?cs var:toroot ?>guide/topics/providers/loaders.html"> + <span class="en">Loaders</span> + </a><span class="new">new!</span></li> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html"> <span class="en">Tasks and Back Stack</span> </a></li> @@ -95,8 +98,9 @@ <ul> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> - <span class="en">User Interface</span> - </a></div> + <span class="en">User Interface</span> + </a> + <span class="new">more!</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> <span class="en">Declaring Layout</span> @@ -125,7 +129,12 @@ <span class="en">Creating Status Bar Notifications</span> </a></li> </ul> - </li><!-- end of notifying the user --> + </li> + <li> + <a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html"> + Dragging and Dropping + </a><span class="new">new!</span> + </li> <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> <span class="en">Applying Styles and Themes</span> </a></li> @@ -202,6 +211,7 @@ <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li> + <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html"><compatible-screens></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li> @@ -228,8 +238,9 @@ <ul> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> - <span class="en">Graphics</span> - </a></div> + <span class="en">Graphics</span> + </a> + <span class="new">more!</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html"> <span class="en">2D Graphics</span> @@ -251,6 +262,12 @@ <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> <span class="en">Audio and Video</span> </a></li> + <li> + <a href="<?cs var:toroot ?>guide/topics/clipboard/copy-paste.html"> + <span class="en">Copy and Paste</span> + </a> + <span class="new">new!</span> + </li> <!--<li class="toggle-list"> <div><a style="color:gray;">Sensors</a></div> <ul> @@ -402,24 +419,24 @@ <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/devices/index.html"> - <span class="en">Managing Virtual Devices</span> - </a> + <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> + </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/devices/managing-avds-cmdline.html"> - <span class="en">From the Command Line</span> - </a> + <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> + <span class="en">Using the Android Emulator</span> + </a> </li> </ul> </li> @@ -428,7 +445,7 @@ <span class="en">Using Hardware Devices</span> </a> </li> - + <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/projects/index.html"> @@ -443,7 +460,7 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/projects/projects-cmdline.html"> - <span class="en">From the Command Line</span> + <span class="en">On the Command Line</span> </a> </li> </ul> @@ -473,12 +490,12 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects.html"> - <span class="en">From Eclipse with ADT</span> + <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">From Other IDEs</span> + <span class="en">In Other IDEs</span> </a> </li> <li> @@ -488,23 +505,23 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-log.html"> - <span class="en">Reading and Writing Logs</span> + <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> + <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> + <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> + <span class="en">Using the Dev Tools App</span> + </a> </li> </ul> </li> |