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 <ul id="nav"> 9 <!-- Walkthrough for Developers -- quick overview of what it's like to develop on Android --> 10 <!--<li style="color:red">Overview</li> --> 11 12 <li class="nav-section"> 13 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/index.html"> 14 <span class="en">App Components</span> 15 </a></div> 16 <ul> 17 <li><a href="<?cs var:toroot ?>guide/components/fundamentals.html"> 18 <span class="en">App Fundamentals</span></a> 19 </li> 20 <li class="nav-section"> 21 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/activities.html"> 22 <span class="en">Activities</span> 23 </a></div> 24 <ul> 25 <li><a href="<?cs var:toroot ?>guide/components/fragments.html"> 26 <span class="en">Fragments</span> 27 </a></li> 28 <li><a href="<?cs var:toroot ?>guide/components/loaders.html"> 29 <span class="en">Loaders</span> 30 </a></li> 31 <li><a href="<?cs var:toroot ?>guide/components/tasks-and-back-stack.html"> 32 <span class="en">Tasks and Back Stack</span> 33 </a></li> 34 </ul> 35 </li> 36 <li class="nav-section"> 37 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/services.html"> 38 <span class="en">Services</span> 39 </a></div> 40 <ul> 41 <li><a href="<?cs var:toroot ?>guide/components/bound-services.html"> 42 <span class="en">Bound Services</span> 43 </a></li> 44 <li><a href="<?cs var:toroot ?>guide/components/aidl.html"> 45 <span class="en">AIDL</span> 46 </a></li> 47 </ul> 48 </li> 49 <li class="nav-section"> 50 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html"> 51 <span class="en">Content Providers</span> 52 </a></div> 53 <ul> 54 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-provider-basics.html"> 55 <span class="en">Content Provider Basics</span> 56 </a></li> 57 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-provider-creating.html"> 58 <span class="en">Creating a Content Provider</span> 59 </a></li> 60 <li><a href="<?cs var:toroot ?>guide/topics/providers/calendar-provider.html"> 61 <span class="en">Calendar Provider</span> 62 </a></li> 63 <li><a href="<?cs var:toroot ?>guide/topics/providers/contacts-provider.html"> 64 <span class="en">Contacts Provider</span> 65 </a></li> 66 <li><a href="<?cs var:toroot ?>guide/topics/providers/document-provider.html"> 67 <span class="en">Storage Access Framework</span> 68 </a></li> 69 </ul> 70 </li> 71 <li><a href="<?cs var:toroot ?>guide/components/intents-filters.html"> 72 <span class="en">Intents and Intent Filters</span> 73 </a></li> 74 <li><a href="<?cs var:toroot ?>guide/components/processes-and-threads.html"> 75 <span class="en">Processes and Threads</span> 76 </a> 77 </li> 78 <li><a href="<?cs var:toroot ?>guide/topics/security/permissions.html"> 79 <span class="en">Permissions</span> 80 </a> 81 </li> 82 <li class="nav-section"> 83 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html"> 84 <span class="en">App Widgets</span> 85 </a></div> 86 <ul> 87 <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/host.html"> 88 <span class="en">App Widget Host</span> 89 </a></li> 90 </ul> 91 </li> 92 <li class="nav-section"> 93 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html"> 94 <span class="en">Android Manifest</span> 95 </a></div> 96 <ul> 97 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html"><action></a></li> 98 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html"><activity></a></li> 99 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li> 100 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li> 101 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li> 102 <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html"><compatible-screens></a></li> 103 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li> 104 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li> 105 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li> 106 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html"><intent-filter></a></li> 107 <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html"><manifest></a></li> 108 <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html"><meta-data></a></li> 109 <li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html"><path-permission></a></li> 110 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html"><permission></a></li> 111 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html"><permission-group></a></li> 112 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html"><permission-tree></a></li> 113 <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li> 114 <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li> 115 <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li> 116 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></li> 117 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html"><supports-screens></a></li><!-- ##api level 4## --> 118 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li> 119 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html"><uses-feature></a></li> <!-- ##api level 4## --> 120 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html"><uses-library></a></li> 121 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html"><uses-permission></a></li> 122 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li> 123 </ul> 124 </li><!-- end of the manifest file --> 125 126 </ul> 127 </li> 128 129 <li class="nav-section"> 130 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> 131 <span class="en">User Interface</span> 132 </a></div> 133 <ul> 134 <li><a href="<?cs var:toroot ?>guide/topics/ui/overview.html"> 135 <span class="en">Overview</span> 136 </a></li> 137 <li class="nav-section"> 138 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> 139 <span class="en">Layouts</span> 140 </a></div> 141 <ul> 142 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/linear.html"> 143 <span class="en">Linear Layout</span> 144 </a></li> 145 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/relative.html"> 146 <span class="en">Relative Layout</span> 147 </a></li> 148 <!-- 149 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/grid.html"> 150 <span class="en">Grid Layout</span> 151 </a></li> 152 --> 153 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/listview.html"> 154 <span class="en">List View</span> 155 </a></li> 156 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/gridview.html"> 157 <span class="en">Grid View</span> 158 </a></li> 159 </ul> 160 </li> 161 162 <li class="nav-section"> 163 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/controls.html"> 164 <span class="en">Input Controls</span> 165 </a></div> 166 <ul> 167 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/button.html"> 168 <span class="en">Buttons</span> 169 </a></li> 170 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/text.html"> 171 <span class="en">Text Fields</span> 172 </a></li> 173 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/checkbox.html"> 174 <span class="en">Checkboxes</span> 175 </a></li> 176 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/radiobutton.html"> 177 <span class="en">Radio Buttons</span> 178 </a></li> 179 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/togglebutton.html"> 180 <span class="en">Toggle Buttons</span> 181 </a></li> 182 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/spinner.html"> 183 <span class="en">Spinners</span> 184 </a></li> 185 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/pickers.html"> 186 <span class="en">Pickers</span> 187 </a></li> 188 <!-- 189 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/progress.html"> 190 <span class="en">Seek and Progress Bars</span> 191 </a></li> 192 --> 193 </ul> 194 </li> 195 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html"> 196 <span class="en">Input Events</span> 197 </a></li> 198 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> 199 <span class="en">Menus</span></span> 200 </a></li> 201 <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html"> 202 <span class="en">Action Bar</span> 203 </a></li> 204 <li><a href="<?cs var:toroot ?>guide/topics/ui/settings.html"> 205 <span class="en">Settings</span> 206 </a></li> 207 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> 208 <span class="en">Dialogs</span> 209 </a></li> 210 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html"> 211 <span class="en">Notifications</span> 212 </a></li> 213 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"> 214 <span class="en">Toasts</span> 215 </a></li> 216 <li class="nav-section"> 217 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/search/index.html"> 218 <span class="en">Search</span> 219 </a></div> 220 <ul> 221 <li><a href="<?cs var:toroot ?>guide/topics/search/search-dialog.html">Creating a Search Interface</a></li> 222 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li> 223 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li> 224 <li><a href="<?cs var:toroot ?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li> 225 </ul> 226 </li> 227 <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html"> 228 <span class="en">Drag and Drop</span> 229 </a></li> 230 <li class="nav-section"> 231 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/index.html"> 232 <span class="en">Accessibility</span> 233 </a></div> 234 <ul> 235 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/apps.html"> 236 <span class="en">Making Applications Accessible</span> 237 </a></li> 238 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/checklist.html"> 239 <span class="en">Accessibility Developer Checklist</span> 240 </a></li> 241 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/services.html"> 242 <span class="en">Building Accessibility Services</span> 243 </a></li> 244 </ul> 245 </li> 246 <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> 247 <span class="en">Styles and Themes</span> 248 </a></li> 249 <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html"> 250 <span class="en">Custom Components</span> 251 </a></li> 252 </ul> 253 </li><!-- end of User Interface --> 254 255 <li class="nav-section"> 256 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/index.html"> 257 <span class="en">App Resources</span> 258 </a></div> 259 <ul> 260 <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html"> 261 <span class="en">Overview</span> 262 </a></li> 263 <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html"> 264 <span class="en">Providing Resources</span> 265 </a></li> 266 <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html"> 267 <span class="en">Accessing Resources</span> 268 </a></li> 269 <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html"> 270 <span class="en">Handling Runtime Changes</span> 271 </a></li> 272 <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html"> 273 <span class="en">Localization</span> 274 </a></li> 275 <li class="nav-section"> 276 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html"> 277 <span class="en">Resource Types</span> 278 </a></div> 279 <ul> 280 <li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li> 281 <li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li> 282 <li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li> 283 <li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li> 284 <li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li> 285 <li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li> 286 <li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li> 287 <li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li> 288 </ul> 289 </li><!-- end of resource types --> 290 </ul> 291 </li><!-- end of app resources --> 292 293 <li class="nav-section"> 294 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> 295 <span class="en">Animation and Graphics</span> 296 </a></div> 297 <ul> 298 <li class="nav-section"> 299 <li><a href="<?cs var:toroot ?>guide/topics/graphics/overview.html"> 300 <span class="en">Overview</span> 301 </a></li> 302 <li><a href="<?cs var:toroot ?>guide/topics/graphics/prop-animation.html"> 303 <span class="en">Property Animation</span> 304 </a></li> 305 <li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html"> 306 <span class="en">View Animation</span> 307 </a></li> 308 <li><a href="<?cs var:toroot ?>guide/topics/graphics/drawable-animation.html"> 309 <span class="en">Drawable Animation</span> 310 </a></li> 311 <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html"> 312 <span class="en">Canvas and Drawables</span> 313 </a></li> 314 <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html"> 315 <span class="en">OpenGL ES</span> 316 </a></li> 317 <li><a href="<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html"> 318 <span class="en">Hardware Acceleration</span> 319 </a></li> 320 </ul> 321 </li><!-- end of graphics and animation--> 322 323 <li class="nav-section"> 324 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/renderscript/index.html"> 325 <span class="en">Computation</span> 326 </a></div> 327 <ul> 328 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html"> 329 <span class="en">RenderScript</span></a> 330 </li> 331 332 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/advanced.html"> 333 <span class="en">Advanced RenderScript</span></a> 334 </li> 335 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference.html"> 336 <span class="en">Runtime API Reference</span></a> 337 </li> 338 </ul> 339 </li> 340 <li class="nav-section"> 341 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/media/index.html"> 342 <span class="en">Media and Camera</span> 343 </a></div> 344 <ul> 345 <li><a href="<?cs var:toroot ?>guide/topics/media/mediaplayer.html"> 346 <span class="en">Media Playback</span></a> 347 </li> 348 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html"> 349 <span class="en">Supported Media Formats</span></a> 350 </li> 351 <li><a href="<?cs var:toroot ?>guide/topics/media/audio-capture.html"> 352 <span class="en">Audio Capture</span></a> 353 </li> 354 <li><a href="<?cs var:toroot ?>guide/topics/media/jetplayer.html"> 355 <span class="en">JetPlayer</span></a> 356 </li> 357 <li><a href="<?cs var:toroot ?>guide/topics/media/camera.html"> 358 <span class="en">Camera</span></a> 359 </li> 360 </ul> 361 </li><!-- end of media and camera --> 362 363 <li class="nav-section"> 364 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/sensors/index.html"> 365 <span class="en">Location and Sensors</span> 366 </a></div> 367 <ul> 368 <li><a href="<?cs var:toroot ?>guide/topics/location/index.html"> 369 <span class="en">Location and Maps</span> 370 </a> 371 <li><a href="<?cs var:toroot ?>guide/topics/location/strategies.html"> 372 <span class="en">Location Strategies</span> 373 </a></li> 374 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_overview.html"> 375 <span class="en">Sensors Overview</span> 376 </a></li> 377 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_motion.html"> 378 <span class="en">Motion Sensors</span> 379 </a></li> 380 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_position.html"> 381 <span class="en">Position Sensors</span> 382 </a></li> 383 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_environment.html"> 384 <span class="en">Environment Sensors</span> 385 </a></li> 386 </ul> 387 </li><!-- end of location and sensors --> 388 389 390 391 <li class="nav-section"> 392 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/connectivity/index.html"> 393 <span class="en">Connectivity</span> 394 </a></div> 395 <ul> 396 <li class="nav-section"> 397 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html"> 398 <span class="en">Bluetooth</span></a> 399 </div> 400 <ul> 401 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/bluetooth-le.html">Bluetooth Low Energy</a></li> 402 </ul> 403 </li> 404 <li class="nav-section"> 405 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/nfc/index.html"> 406 <span class="en">NFC</span></a> 407 </div> 408 <ul> 409 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/nfc.html">NFC Basics</a></li> 410 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/advanced-nfc.html">Advanced NFC</a></li> 411 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/hce.html">Host-based Card Emulation</a></li> 412 </ul> 413 </li> 414 <li><a href="<?cs var:toroot?>guide/topics/connectivity/wifip2p.html"> 415 <span class="en">Wi-Fi P2P</span></a> 416 </li> 417 <li class="nav-section"> 418 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/usb/index.html"> 419 <span class="en">USB</span></a> 420 </div> 421 <ul> 422 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/accessory.html">Accessory</a></li> 423 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/host.html">Host</a></li> 424 </ul> 425 </li> 426 <li><a href="<?cs var:toroot?>guide/topics/connectivity/sip.html"> 427 <span class="en">SIP</span> 428 </a> 429 </li> 430 431 </ul> 432 </li><!-- end of connectivity --> 433 434 435 <li class="nav-section"> 436 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/text/index.html"> 437 <span class="en">Text and Input</span> 438 </a></div> 439 <ul> 440 <li><a href="<?cs var:toroot ?>guide/topics/text/copy-paste.html"> 441 <span class="en">Copy and Paste</span> 442 </a></li> 443 <li><a href="<?cs var:toroot ?>guide/topics/text/creating-input-method.html"> 444 <span class="en">Creating an IME</span> 445 </a></li> 446 <li><a href="<?cs var:toroot ?>guide/topics/text/spell-checker-framework.html"> 447 <span class="en">Spelling Checker</span> 448 </a></li> 449 </ul> 450 </li><!-- end of text and input --> 451 452 <li class="nav-section"> 453 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/data/index.html"> 454 <span class="en">Data Storage</span> 455 </a></div> 456 <ul> 457 <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html"> 458 <span class="en">Storage Options</span> 459 </a></li> 460 <li><a href="<?cs var:toroot ?>guide/topics/data/backup.html"> 461 <span class="en">Data Backup</span> 462 </a></li> 463 <li><a href="<?cs var:toroot ?>guide/topics/data/install-location.html"> 464 <span class="en">App Install Location</span> 465 </a></li> 466 </ul> 467 </li><!-- end of data storage --> 468 469 470 <li class="nav-section"> 471 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/admin/index.html"> 472 <span class="en">Administration</span> 473 </a></div> 474 <ul> 475 <li> 476 <a href="<?cs var:toroot?>guide/topics/admin/device-admin.html"> 477 <span class="en">Device Policies</span></a> 478 </li> 479 <!-- 480 <li> 481 <a href="<?cs var:toroot?>guide/topics/admin/keychain.html"> 482 <span class="en">Certificate Store</span></a> 483 </li> 484 --> 485 </ul> 486 </li><!-- end of administration --> 487 488 <li class="nav-section"> 489 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/webapps/index.html"> 490 <span class="en">Web Apps</span> 491 </a></div> 492 <ul> 493 <li><a href="<?cs var:toroot ?>guide/webapps/overview.html"> 494 <span class="en">Overview</span> 495 </a></li> 496 <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html"> 497 <span class="en">Targeting Screens from Web Apps</span> 498 </a></li> 499 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html"> 500 <span class="en">Building Web Apps in WebView</span> 501 </a></li> 502 <li><a href="<?cs var:toroot ?>guide/webapps/migrating.html"> 503 <span class="en">Migrating to WebView in Android 4.4</span> 504 </a></li> 505 <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html"> 506 <span class="en">Debugging Web Apps</span> 507 </a></li> 508 <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html"> 509 <span class="en">Best Practices for Web Apps</span> 510 </a></li> 511 </ul> 512 </li><!-- end of web apps --> 513 514 <li class="nav-section"> 515 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/index.html"> 516 <span class="en">Best Practices</span> 517 <span class="de" style="display:none">Bewhrte Verfahren</span> 518 <span class="es" style="display:none">Prcticas recomendadas</span> 519 <span class="fr" style="display:none">Meilleures pratiques</span> 520 <span class="it" style="display:none">Best practice</span> 521 <span class="ja" style="display:none"> </span> 522 <span class="zh-cn" style="display:none"></span> 523 <span class="zh-tw" style="display:none"></span> 524 </div></a> 525 <ul> 526 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html"> 527 <span class="en">Compatibility</span> 528 </a></li> 529 <li class="nav-section"> 530 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/screens_support.html"> 531 <span class="en">Supporting Multiple Screens</span> 532 </a></div> 533 <ul> 534 <li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html"> 535 <span class="en">Distributing to Specific Screens</span> 536 </a></li> 537 <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html"> 538 <span class="en">Screen Compatibility Mode</span> 539 </a></li> 540 </ul> 541 </li> 542 <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html"> 543 <span class="en">Supporting Tablets and Handsets</span> 544 </a></li> 545 546 </ul> 547 </li> 548 549 <!-- this needs to move 550 <li class="nav-section"> 551 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html"> 552 <span class="en">UI Guidelines</span> 553 </a></div> 554 <ul> 555 <li class="nav-section"> 556 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html"> 557 <span class="en">Icon Design</span> 558 </a></div> 559 <ul> 560 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_launcher.html"> 561 <span class="en">Launcher Icons</span> 562 </a></li> 563 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_menu.html"> 564 <span class="en">Menu Icons</span> 565 </a></li> 566 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_action_bar.html"> 567 <span class="en">Action Bar Icons</span> 568 </a></li> 569 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_status_bar.html"> 570 <span class="en">Status Bar Icons</span> 571 </a></li> 572 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_tab.html"> 573 <span class="en">Tab Icons</span> 574 </a></li> 575 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_dialog.html"> 576 <span class="en">Dialog Icons</span> 577 </a></li> 578 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_list.html"> 579 <span class="en">List View Icons</span> 580 </a></li> 581 </ul> 582 </li> 583 <li><div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html"> 584 <span class="en">App Widget Design</span> 585 </a></div> 586 </li> 587 </ul> 588 </li> 589 </ul> --> 590 591 <!-- Remove 592 <li class="nav-section"> 593 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/appendix/index.html"> 594 <span class="en">Appendix</span> 595 <span class="de" style="display:none">Anhang</span> 596 <span class="es" style="display:none">Apndice</span> 597 <span class="fr" style="display:none">Annexes</span> 598 <span class="it" style="display:none">Appendice</span> 599 <span class="ja" style="display:none"></span> 600 <span class="zh-cn" style="display:none"></span> 601 <span class="zh-tw" style="display:none"></span> 602 </a></div> 603 <ul> 604 <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html"> 605 <span class="en">Intents List: Google Apps</span> 606 </a></li> 607 608 609 <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html"> 610 <span class="en">Glossary</span> 611 </a></li> 612 </ul> 613 </li> 614 615 </li> 616 --> 617 </ul> 618 619 620 <script type="text/javascript"> 621 <!-- 622 buildToggleLists(); 623 changeNavLang(getLangPref()); 624 //--> 625 </script> 626 627