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