| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | <ul> |
| 2 | |
| 3 | <li><h2>Android Basics</h2> |
| 4 | <ul> |
| 5 | <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html">What Is Android?</a></li> |
| 6 | <!-- <li><a style="color:gray;">The Android SDK</a></li> --> |
| 7 | <!-- <li><a style="color:gray;">Walkthrough for Developers</a></li> --> |
| 8 | <!-- quick overview of what it's like to develop on Android --> |
| 9 | </ul> |
| 10 | </li> |
| 11 | |
| 12 | <li><h2>Framework Topics</h2> |
| 13 | <ul> |
| 14 | <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html">Application Fundamentals</a></li> |
| 15 | </ul> |
| 16 | <ul> |
| 17 | <li class="toggle-list"> |
| 18 | <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">User Interface</a></div> |
| 19 | <ul> |
| 20 | <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">Declaring Layout</a></li> |
| 21 | <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">Creating Menus</a></li> |
| Scott Main | b8b3645 | 2009-04-26 15:50:49 -0700 | [diff] [blame] | 22 | <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">Creating Dialogs</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 23 | <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">Handling UI Events</a></li> |
| Scott Main | b8b3645 | 2009-04-26 15:50:49 -0700 | [diff] [blame] | 24 | <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">Notifying the User</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 25 | <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">Applying Styles and Themes</a></li> |
| 26 | <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html">Building Custom Components</a></li> |
| Scott Main | 620986a | 2009-04-22 18:58:13 -0700 | [diff] [blame] | 27 | <li><a href="<?cs var:toroot ?>guide/topics/ui/binding.html">Binding to Data with AdapterView</a></li> |
| 28 | <li><a href="<?cs var:toroot ?>guide/topics/ui/layout-objects.html">Common Layout Objects</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 29 | <li><a href="<?cs var:toroot ?>guide/topics/ui/how-android-draws.html">How Android Draws Views</a></li> |
| 30 | </ul> |
| 31 | </li> |
| 32 | <li class="toggle-list"> |
| 33 | <div><a href="<?cs var:toroot ?>guide/topics/resources/index.html">Resources and Assests</a></div> |
| 34 | <ul> |
| 35 | <li><a href="<?cs var:toroot ?>guide/topics/resources/resources-i18n.html">Resources and I18n</a></li> |
| 36 | <li><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html">Available Resource Types</a></li> |
| 37 | </ul> |
| 38 | </li> |
| 39 | <li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">Intents and Intent Filters</a></li> |
| 40 | <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">Data Storage</a></li> |
| 41 | <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">Content Providers</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 42 | <li><a href="<?cs var:toroot ?>guide/topics/security/security.html">Security and Permissions</a></li> |
| 43 | <!-- <li><a style="color:gray;">Processes and Threads</a></li> --> |
| 44 | <!-- <li><a style="color:gray;">Interprocess Communication</a></li> --> |
| 45 | <li class="toggle-list"> |
| 46 | <div><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html">The AndroidManifest.xml File</a></div> |
| 47 | <ul> |
| 48 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html"><action></a></li> |
| 49 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html"><activity></a></li> |
| 50 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li> |
| 51 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li> |
| 52 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li> |
| 53 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li> |
| 54 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li> |
| 55 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li> |
| 56 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html"><intent-filter></a></li> |
| 57 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html"><manifest></a></li> |
| 58 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html"><meta-data></a></li> |
| 59 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html"><permission></a></li> |
| 60 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html"><permission-group></a></li> |
| 61 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html"><permission-tree></a></li> |
| 62 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li> |
| 63 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li> |
| 64 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li> |
| Dirk Dougherty | 1596b51 | 2009-04-21 15:00:26 -0700 | [diff] [blame] | 65 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 66 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html"><uses-library></a></li> |
| 67 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html"><uses-permission></a></li> |
| 68 | <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li> |
| 69 | </ul> |
| 70 | </li> |
| 71 | </ul> |
| 72 | <ul> |
| 73 | <li class="toggle-list"> |
| 74 | <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">Graphics</a></div> |
| 75 | <ul> |
| 76 | <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">2D Graphics</a></li> |
| 77 | <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html">3D with OpenGL</a></li> |
| 78 | </ul> |
| 79 | </li> |
| 80 | <li><a href="<?cs var:toroot ?>guide/topics/media/index.html">Audio and Video</a></li> |
| 81 | <!-- <li class="toggle-list"> |
| 82 | <div><a style="color:gray;">Sensors</a></div> |
| 83 | <ul> |
| 84 | <li><a style="color:gray;">Camera</a></li> |
| 85 | <li><a style="color:gray;">Compass</a></li> |
| 86 | <li><a style="color:gray;">Accelerometer</a></li> |
| 87 | </ul> |
| 88 | </li> --> |
| Dirk Dougherty | 1596b51 | 2009-04-21 15:00:26 -0700 | [diff] [blame] | 89 | <li><a href="<?cs var:toroot ?>guide/topics/location/index.html">Location and Maps</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 90 | <!-- <li class="toggle-list"> |
| 91 | <div><a style="color:gray;">Wireless Controls</a></div> |
| 92 | <ul> |
| 93 | <li><a style="color:gray;">Wi-Fi</a></li> |
| 94 | <li><a style="color:gray;">Bluetooth</a></li> |
| 95 | </ul> |
| 96 | </li> --> |
| 97 | <!-- <li><a style="color:gray;">Localization</a></li> --> |
| Scott Main | 04c72b4 | 2009-05-13 16:48:13 -0700 | [diff] [blame] | 98 | <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html">App Widgets</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 99 | </ul> |
| 100 | </li> |
| 101 | |
| 102 | <li><h2>Developing</h2> |
| 103 | <ul> |
| 104 | <!-- <li><a style="color:gray;">Developing for Android</a></li> |
| 105 | signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. --> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 106 | <li><a href="<?cs var:toroot ?>guide/developing/eclipse-adt.html">In Eclipse, with ADT</a></li> |
| 107 | <li><a href="<?cs var:toroot ?>guide/developing/other-ide.html">In Other IDEs</a></li> |
| 108 | <li><a href="<?cs var:toroot ?>guide/developing/device.html">On a Device</a></li> |
| 109 | <li><a href="<?cs var:toroot ?>guide/developing/debug-tasks.html">Debugging Tasks</a></li> |
| 110 | <li class="toggle-list"> |
| 111 | <div><a href="<?cs var:toroot ?>guide/developing/tools/index.html">Tools</a></div> |
| 112 | <ul> |
| 113 | <li><a href="<?cs var:toroot ?>guide/developing/tools/aapt.html">aapt</a></li> |
| 114 | <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li> |
| Dirk Dougherty | 1596b51 | 2009-04-21 15:00:26 -0700 | [diff] [blame] | 115 | <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#android">android</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 116 | <!-- <li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT Plugin</a></li>--> |
| 117 | <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html" >aidl</a></li> |
| Dirk Dougherty | 1596b51 | 2009-04-21 15:00:26 -0700 | [diff] [blame] | 118 | <li><a href="<?cs var:toroot ?>guide/developing/tools/avd.html" >AVDs</a></li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 119 | <li><a href="<?cs var:toroot ?>guide/developing/tools/ddms.html" >ddms</a></li> |
| 120 | <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#dx">dx</a></li> |
| 121 | <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html">Draw 9-Patch</a></li> |
| 122 | <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li> |
| 123 | <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li> |
| 124 | <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#mksdcard">mksdcard</a></li> |
| 125 | <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li> |
| 126 | <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li> |
| 127 | <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html" >Traceview</a></li> |
| 128 | </ul></li> |
| 129 | <!-- <li><a href="<?cs var:toroot ?>guide/developing/instrumentation/index.html">Instrumentation</a></li> |
| 130 | <li><a style="color:gray;">JUnit</a></li> --> |
| 131 | </ul> |
| 132 | |
| 133 | </li> |
| 134 | |
| 135 | <li><h2>Publishing</h2> |
| 136 | <ul> |
| 137 | <li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html">Signing Your Applications</a></li> |
| 138 | <li><a href="<?cs var:toroot ?>guide/publishing/versioning.html">Versioning Your Applications</a></li> |
| 139 | <li><a href="<?cs var:toroot ?>guide/publishing/preparing.html">Preparing to Publish</a></li> |
| 140 | <li><a href="<?cs var:toroot ?>guide/publishing/publishing.html">Publishing Your Applications</a></li> |
| 141 | </ul> |
| 142 | </li> |
| 143 | |
| 144 | <li><h2>Best Practices</h2> |
| 145 | <ul> |
| Dirk Dougherty | 596451c | 2009-04-25 23:09:53 -0700 | [diff] [blame] | 146 | <li class="toggle-list"> |
| 147 | <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">UI Guidelines</a></div> |
| 148 | <ul> |
| Scott Main | 04c72b4 | 2009-05-13 16:48:13 -0700 | [diff] [blame] | 149 | <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">App Widget Design</a></li> |
| Dirk Dougherty | 596451c | 2009-04-25 23:09:53 -0700 | [diff] [blame] | 150 | </ul> |
| 151 | </li> |
| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 152 | <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html">Designing for Performance</a></li> |
| 153 | <li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html">Designing for Responsiveness</a></li> |
| 154 | <li><a href="<?cs var:toroot ?>guide/practices/design/seamlessness.html">Designing for Seamlessness</a></li> |
| 155 | <!-- <li><a style="color:gray;">User Interface Guidelines</a></li> --> |
| 156 | </ul> |
| 157 | </li> |
| 158 | |
| 159 | <li><h2>Tutorials and Sample Code</h2> |
| 160 | <ul> |
| 161 | <li><a href="<?cs var:toroot ?>guide/tutorials/hello-world.html">Hello World</a></li> |
| 162 | <li><a href="<?cs var:toroot ?>guide/tutorials/views/index.html">Hello Views</a></li> |
| 163 | <li><a href="<?cs var:toroot ?>guide/tutorials/notepad/index.html">Notepad Tutorial</a></li> |
| 164 | </ul> |
| 165 | <ul> |
| 166 | <?cs if:android.whichdoc != "online" ?> |
| 167 | <li><a href="<?cs var:toroot ?>../samples">Sample Code »</a></li> |
| 168 | <?cs else ?> |
| 169 | <li class="toggle-list"> |
| 170 | <div><a href="<?cs var:toroot ?>guide/samples/index.html">Sample Code</a></div> |
| 171 | <ul> |
| 172 | <li><a href="<?cs var:toroot ?>guide/samples/ApiDemos/index.html">API Demos</a></li> |
| 173 | <li><a href="<?cs var:toroot ?>guide/samples/LunarLander/index.html">Lunar Lander</a></li> |
| 174 | <li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html">NotePad</a></li> |
| 175 | </ul> |
| 176 | </li> |
| 177 | <?cs /if ?> |
| 178 | </ul> |
| 179 | </li> |
| 180 | |
| 181 | |
| 182 | |
| 183 | <li><h2>Appendix</h2> |
| 184 | <ul> |
| 185 | <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">Supported Media Formats</a></li> |
| 186 | <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">Intents List: Google Apps</a></li> |
| 187 | <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html">Glossary</a></li> |
| 188 | <li><a href="<?cs var:toroot ?>guide/appendix/faq/index.html">FAQ</a></li> |
| 189 | </ul> |
| 190 | </li> |
| 191 | |
| 192 | </ul> |
| 193 | |
| 194 | <script type="text/javascript"> |
| 195 | <!-- |
| 196 | buildToggleLists(); |
| 197 | //--> |
| 198 | </script> |