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> 9 10 <li> 11 <h2><span class="en">Android Basics</span> 12 <span class="de" style="display:none">Einführung in Android</span> 13 <span class="es" style="display:none">Información básica sobre Android</span> 14 <span class="fr" style="display:none">Présentation d'Android</span> 15 <span class="it" style="display:none">Nozioni di base su Android</span> 16 <span class="ja" style="display:none">Android の基本</span> 17 <span class="zh-CN" style="display:none">Android 基础知识</span> 18 <span class="zh-TW" style="display:none">Android 簡介</span> 19 </h2> 20 <ul> 21 <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html"> 22 <span class="en">What Is Android?</span> 23 <span class="de" style="display:none">Was ist Android?</span> 24 <span class="es" style="display:none">¿Qué es Android?</span> 25 <span class="fr" style="display:none">Qu'est-ce qu'Android ?</span> 26 <span class="it" style="display:none">Che cos'è Android?</span> 27 <span class="ja" style="display:none">Android とは</span> 28 <span class="zh-CN" style="display:none">Android 是什么?</span> 29 <span class="zh-TW" style="display:none">什麼是 Android?</span> 30 </a></li> 31 32 <!-- <li><a style="color:gray;">The Android SDK</a></li> --> 33 <!-- <li><a style="color:gray;">Walkthrough for Developers</a></li> --> 34 <!-- quick overview of what it's like to develop on Android --> 35 </ul> 36 </li> 37 38 <li> 39 <h2> 40 <span class="en">Framework Topics</span> 41 <span class="de" style="display:none">Framework-Themen</span> 42 <span class="es" style="display:none">Temas sobre el framework</span> 43 <span class="fr" style="display:none">Thèmes relatifs au framework</span> 44 <span class="it" style="display:none">Argomenti relativi al framework</span> 45 <span class="ja" style="display:none">フレームワーク トピック</span> 46 <span class="zh-CN" style="display:none">框架主题</span> 47 <span class="zh-TW" style="display:none">架構主題</span> 48 </h2> 49 <ul> 50 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html"> 51 <span class="en">Application Fundamentals</span> 52 <span class="de" style="display:none">Anwendungsgrundlagen</span> 53 <span class="es" style="display:none">Fundamentos de las aplicaciones</span> 54 <span class="fr" style="display:none">Principes de base des applications</span> 55 <span class="it" style="display:none">Concetti fondamentali sulle applicazioni</span> 56 <span class="ja" style="display:none">開発の基礎</span> 57 <span class="zh-CN" style="display:none">应用程序基础</span> 58 <span class="zh-TW" style="display:none">應用程式基本原理</span> 59 60 </a></li> 61 </ul> 62 <ul> 63 <li class="toggle-list"> 64 <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> 65 <span class="en">User Interface</span> 66 </a></div> 67 <ul> 68 <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> 69 <span class="en">Declaring Layout</span> 70 </a></li> 71 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> 72 <span class="en">Creating Menus</span> 73 </a></li> 74 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> 75 <span class="en">Creating Dialogs</span> 76 </a></li> 77 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html"> 78 <span class="en">Handling UI Events</span> 79 </a></li> 80 <li class="toggle-list"> 81 <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html"> 82 <span class="en">Notifying the User</span> 83 </a></div> 84 <ul> 85 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"> 86 <span class="en">Creating Toast Notifications</span> 87 </a></li> 88 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html"> 89 <span class="en">Creating Status Bar Notifications</span> 90 </a></li> 91 </ul> 92 </li> 93 <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> 94 <span class="en">Applying Styles and Themes</span> 95 </a></li> 96 <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html"> 97 <span class="en">Building Custom Components</span> 98 </a></li> 99 <li><a href="<?cs var:toroot ?>guide/topics/ui/binding.html"> 100 <span class="en">Binding to Data with AdapterView</span> 101 </a></li> 102 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout-objects.html"> 103 <span class="en">Common Layout Objects</span> 104 </a></li> 105 <li><a href="<?cs var:toroot ?>guide/topics/ui/how-android-draws.html"> 106 <span class="en">How Android Draws Views</span> 107 </a></li> 108 </ul> 109 </li> 110 <li class="toggle-list"> 111 <div><a href="<?cs var:toroot ?>guide/topics/resources/index.html"> 112 <span class="en">Application Resources</span> 113 </a></div> 114 <ul> 115 <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html"> 116 <span class="en">Providing Resources</span> 117 </a></li> 118 <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html"> 119 <span class="en">Accessing Resources</span> 120 </a></li> 121 <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html"> 122 <span class="en">Handling Runtime Changes</span> 123 </a></li> 124 <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html"> 125 <span class="en">Localization</span> 126 </a></li> 127 <li class="toggle-list"> 128 <div><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html"> 129 <span class="en">Resource Types</span> 130 </a></div> 131 <ul> 132 <li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li> 133 <li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li> 134 <li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li> 135 <li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li> 136 <li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li> 137 <li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li> 138 <li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li> 139 <li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li> 140 </ul> 141 </li> 142 </ul> 143 </li> 144 <li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html"> 145 <span class="en">Intents and Intent Filters</span> 146 </a></li> 147 <li class="toggle-list"> 148 <div><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html"> 149 <span class="en">Data Storage</span> 150 </a></div> 151 <ul> 152 <li><a href="<?cs var:toroot ?>guide/topics/data/backup.html"> 153 <span class="en">Data Backup</span> 154 </a> 155 </li> 156 </ul> 157 </li> 158 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html"> 159 <span class="en">Content Providers</span> 160 </a></li> 161 <li><a href="<?cs var:toroot ?>guide/topics/security/security.html"> 162 <span class="en">Security and Permissions</span> 163 </a></li> 164 <!-- <li><a style="color:gray;">Processes and Threads</a></li> --> 165 <!-- <li><a style="color:gray;">Interprocess Communication</a></li> --> 166 <li class="toggle-list"> 167 <div><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html"> 168 <span class="en">The AndroidManifest.xml File</span> 169 </a></div> 170 <ul> 171 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html"><action></a></li> 172 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html"><activity></a></li> 173 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li> 174 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li> 175 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li> 176 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li> 177 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li> 178 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li> 179 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html"><intent-filter></a></li> 180 <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html"><manifest></a></li> 181 <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html"><meta-data></a></li> 182 <li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html"><path-permission></a></li> 183 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html"><permission></a></li> 184 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html"><permission-group></a></li> 185 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html"><permission-tree></a></li> 186 <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li> 187 <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li> 188 <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li> 189 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html"><supports-screens></a></li> <!-- ##api level 4## --> 190 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li> 191 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html"><uses-feature></a></li> <!-- ##api level 4## --> 192 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html"><uses-library></a></li> 193 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html"><uses-permission></a></li> 194 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li> 195 </ul> 196 </li> 197 </ul> 198 <ul> 199 <li class="toggle-list"> 200 <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> 201 <span class="en">Graphics</span> 202 </a></div> 203 <ul> 204 <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html"> 205 <span class="en">2D Graphics</span> 206 </a></li> 207 <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html"> 208 <span class="en">3D with OpenGL</span> 209 </a></li> 210 </ul> 211 </li> 212 <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> 213 <span class="en">Audio and Video</span> 214 </a></li> 215 <!--<li class="toggle-list"> 216 <div><a style="color:gray;">Sensors</a></div> 217 <ul> 218 <li><a style="color:gray;">Camera</a></li> 219 <li><a style="color:gray;">Compass</a></li> 220 <li><a style="color:gray;">Accelerometer</a></li> 221 </ul> 222 </li> --> 223 <li class="toggle-list"> 224 <div><a href="<?cs var:toroot ?>guide/topics/location/index.html"> 225 <span class="en">Location and Maps</span> 226 </a></div> 227 <ul> 228 <li><a href="<?cs var:toroot ?>guide/topics/location/obtaining-user-location.html"> 229 <span class="en">Obtaining User Location</span> 230 </a></li> 231 </ul> 232 </li> 233 <!--<li class="toggle-list"> 234 <div><a style="color:gray;">Wireless Controls</a></div> 235 <ul> 236 <li><a style="color:gray;">Wi-Fi</a></li> 237 </ul> 238 </li> --> 239 <!--<li><a style="color:gray;">Localization</a></li> --> 240 <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html"> 241 <span class="en">App Widgets</span> 242 </a></li> 243 <li><a href="<?cs var:toroot?>guide/topics/wireless/bluetooth.html"> 244 <span class="en">Bluetooth</span> 245 </a></li> 246 <li><a href="<?cs var:toroot?>guide/topics/nfc/index.html"> 247 <span class="en">Near Field Communication</span></a> 248 <span class="new">new!</span></li> 249 <li><a href="<?cs var:toroot?>guide/topics/network/sip.html"> 250 <span class="en">Session Initiation Protocol</span></a> 251 <span class="new">new!</span> 252 </li> 253 <li class="toggle-list"> 254 <div><a href="<?cs var:toroot?>guide/topics/search/index.html"> 255 <span class="en">Search</span> 256 </a></div> 257 <ul> 258 <li><a href="<?cs var:toroot?>guide/topics/search/search-dialog.html">Using the Android Search Dialog</a></li> 259 <li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li> 260 <li><a href="<?cs var:toroot?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li> 261 <li><a href="<?cs var:toroot?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li> 262 </ul> 263 </li> 264 <li><a href="<?cs var:toroot?>guide/topics/admin/device-admin.html"> 265 <span class="en">Device Administration</span> 266 </a> 267 </li> 268 <li class="toggle-list"> 269 <div> 270 <a href="<?cs var:toroot?>guide/topics/testing/index.html"> 271 <span class="en">Testing</span> 272 </a> 273 </div> 274 <ul> 275 <li> 276 <a href="<?cs var:toroot?>guide/topics/testing/testing_android.html"> 277 <span class="en">Testing Fundamentals</span></a> 278 <span class="new">new!</span> 279 </li> 280 <li> 281 <a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html"> 282 <span class="en">Activity Testing</span></a> 283 <span class="new">new!</span> 284 </li> 285 <li> 286 <a href="<?cs var:toroot?>guide/topics/testing/contentprovider_testing.html"> 287 <span class="en">Content Provider Testing</span></a> 288 <span class="new">new!</span> 289 </li> 290 <li> 291 <a href="<?cs var:toroot?>guide/topics/testing/service_testing.html"> 292 <span class="en">Service Testing</span></a> 293 <span class="new">new!</span> 294 </li> 295 <li> 296 <a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html"> 297 <span class="en">What To Test</span></a> 298 <span class="new">new!</span> 299 </li> 300 301 </ul> 302 </li> 303 </ul> 304 </li> 305 306 <li> 307 <h2> 308 <span class="en">Android Market Topics</span> 309 </h2> 310 <ul> 311 <li><a href="<?cs var:toroot ?>guide/publishing/licensing.html"> 312 <span class="en">Application Licensing</span></a> 313 </li> 314 <li class="toggle-list"> 315 <div><a href="<?cs var:toroot?>guide/market/billing/index.html"> 316 <span class="en">In-app Billing</span></a> 317 <span class="new">new!</span> 318 </div> 319 <ul> 320 <li><a href="<?cs var:toroot?>guide/market/billing/billing_about.html"> 321 <span class="en">About this Release</span></a> 322 </li> 323 <li><a href="<?cs var:toroot?>guide/market/billing/billing_overview.html"> 324 <span class="en">In-app Billing Overview</span></a> 325 </li> 326 <li><a href="<?cs var:toroot?>guide/market/billing/billing_integrate.html"> 327 <span class="en">Implementing In-app Billing</span></a> 328 </li> 329 <li><a href="<?cs var:toroot?>guide/market/billing/billing_best_practices.html"> 330 <span class="en">Security and Design</span></a> 331 </li> 332 <li><a href="<?cs var:toroot?>guide/market/billing/billing_testing.html"> 333 <span class="en">Testing In-app Billing</span></a> 334 </li> 335 <li><a href="<?cs var:toroot?>guide/market/billing/billing_admin.html"> 336 <span class="en">Administering In-app Billing</span></a> 337 </li> 338 <li><a href="<?cs var:toroot?>guide/market/billing/billing_reference.html"> 339 <span class="en">In-app Billing Reference</span></a> 340 </li> 341 </ul> 342 </li> 343 <li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html"> 344 <span class="en">Market Filters</span></a> 345 </li> 346 </ul> 347 </li> 348 349 350 <li> 351 <h2><span class="en">Developing</span> 352 <span class="de" style="display:none">Entwicklung</span> 353 <span class="es" style="display:none">Desarrollo</span> 354 <span class="fr" style="display:none">Développement</span> 355 <span class="it" style="display:none">Sviluppo</span> 356 <span class="ja" style="display:none">開発</span> 357 <span class="zh-CN" style="display:none">开发</span> 358 <span class="zh-TW" style="display:none">開發</span> 359 </h2> 360 <ul> 361 <!--<li><a href="">Developing for Android</a></li> 362 signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. --> 363 <li><a href="<?cs var:toroot ?>guide/developing/eclipse-adt.html"> 364 <span class="en">In Eclipse, with ADT</span> 365 <span class="de" style="display:none">In Eclipse, mit ADT</span> 366 <span class="es" style="display:none">En Eclipse, con ADT</span> 367 <span class="fr" style="display:none">Sous Eclipse, à l'aide du plugin ADT</span> 368 <span class="it" style="display:none">In Eclipse, con ADT</span> 369 <span class="ja" style="display:none">Eclipse 内で ADT を使用</span> 370 <span class="zh-CN" style="display:none">利用 ADT 在 Eclipse 中开发</span> 371 <span class="zh-TW" style="display:none">在加裝 ADT 工具的 Eclipse 環境中</span> 372 </a></li> 373 <li><a href="<?cs var:toroot ?>guide/developing/other-ide.html"> 374 <span class="en">In Other IDEs</span> 375 <span class="de" style="display:none">In anderen IDEs</span> 376 <span class="es" style="display:none">En otros entornos</span> 377 <span class="fr" style="display:none">Sous d'autres environnements</span> 378 <span class="it" style="display:none">In altri IDE</span> 379 <span class="ja" style="display:none">その他の統合開発環境</span> 380 <span class="zh-CN" style="display:none">在其他 IDE 中开发</span> 381 <span class="zh-TW" style="display:none">在其他開發環境中</span> 382 </a></li> 383 <li><a href="<?cs var:toroot ?>guide/developing/device.html"> 384 <span class="en">On a Device</span> 385 </a></li> 386 <li><a href="<?cs var:toroot ?>guide/developing/debug-tasks.html"> 387 <span class="en">Debugging Tasks</span> 388 </a></li> 389 <li class="toggle-list"> 390 <div> 391 <a href="<?cs var:toroot ?>guide/developing/testing/index.html"> 392 <span class="en">Testing</span> 393 </a> 394 </div> 395 <ul> 396 <li> 397 <a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html"> 398 <span class="en">Testing in Eclipse, with ADT</span> 399 </a> 400 </li> 401 402 <li> 403 <a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html"> 404 <span class="en">Testing in Other IDEs</span> 405 </a> 406 </li> 407 </ul> 408 </li> 409 <li class="toggle-list"> 410 <div><a href="<?cs var:toroot ?>guide/developing/tools/index.html"> 411 <span class="en">Tools</span> 412 </a></div> 413 <ul> 414 <li><a href="<?cs var:toroot ?>guide/developing/tools/aapt.html">aapt</a></li> 415 <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li> 416 <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#android">android</a></li> 417 <!--<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT Plugin</a></li>--> 418 <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">aidl</a></li> 419 <li><a href="<?cs var:toroot ?>guide/developing/tools/avd.html">AVDs</a></li> 420 <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a></li> 421 <li><a href="<?cs var:toroot ?>guide/developing/tools/ddms.html">ddms</a></li> 422 <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#dx">dx</a></li> 423 <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html">Draw 9-Patch</a></li> 424 <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li> 425 <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li> 426 <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li> 427 <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#mksdcard">mksdcard</a></li> 428 <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li> 429 <li class="toggle-list"> 430 <div> 431 <a href="<?cs var:toroot?>guide/developing/tools/monkeyrunner_concepts.html"> 432 <span class="en">monkeyrunner</span> 433 </a> 434 <span class="new">new!</span> 435 </div> 436 <ul> 437 <li> 438 <a href="<?cs var:toroot?>guide/developing/tools/MonkeyDevice.html"> 439 <span class="en">MonkeyDevice</span> 440 </a> 441 <span class="new">new!</span> 442 </li> 443 <li> 444 <a href="<?cs var:toroot?>guide/developing/tools/MonkeyImage.html"> 445 <span class="en">MonkeyImage</span> 446 </a> 447 <span class="new">new!</span> 448 </li> 449 <li> 450 <a href="<?cs var:toroot?>guide/developing/tools/MonkeyRunner.html"> 451 <span class="en">MonkeyRunner</span> 452 </a> 453 <span class="new">new!</span> 454 </li> 455 </ul> 456 </li> 457 <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a> <span class="new">new!</span></li> 458 <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li> 459 <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html" >Traceview</a></li> 460 <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html" >zipalign</a></li> 461 </ul> 462 </li> 463 </ul> 464 </li> 465 466 <li> 467 <h2><span class="en">Publishing</span> 468 <span class="de" style="display:none">Veröffentlichung</span> 469 <span class="es" style="display:none">Publicación</span> 470 <span class="fr" style="display:none">Publication</span> 471 <span class="it" style="display:none">Pubblicazione</span> 472 <span class="ja" style="display:none">公開</span> 473 <span class="zh-CN" style="display:none">发布</span> 474 <span class="zh-TW" style="display:none">發佈</span> 475 </h2> 476 <ul> 477 <li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html"> 478 <span class="en">Signing Your Applications</span> 479 <span class="de" style="display:none">Signieren Ihrer Anwendungen</span> 480 <span class="es" style="display:none">Firma de aplicaciones</span> 481 <span class="fr" style="display:none">Attribution de votre signature <br />à vos applications</span> 482 <span class="it" style="display:none">Firma delle applicazioni</span> 483 <span class="ja" style="display:none">アプリケーションへの署名</span> 484 <span class="zh-CN" style="display:none">应用程序签名</span> 485 <span class="zh-TW" style="display:none">簽署應用程式</span> 486 </a></li> 487 <li><a href="<?cs var:toroot ?>guide/publishing/versioning.html"> 488 <span class="en">Versioning Your Applications</span> 489 <span class="de" style="display:none">Versionsverwaltung für Ihre <br />Anwendungen</span> 490 <span class="es" style="display:none">Versiones de las aplicaciones</span> 491 <span class="fr" style="display:none">Attribution d'une version à vos applications</span> 492 <span class="it" style="display:none">Controllo versioni delle applicazioni</span> 493 <span class="ja" style="display:none">アプリケーションのバージョニング</span> 494 <span class="zh-CN" style="display:none">应用程序版本控制</span> 495 <span class="zh-TW" style="display:none">應用程式版本設定</span> 496 </a></li> 497 <li><a href="<?cs var:toroot ?>guide/publishing/preparing.html"> 498 <span class="en">Preparing to Publish</span> 499 <span class="de" style="display:none">Vorbereitung auf die Veröffentlichung</span> 500 <span class="es" style="display:none">Publicación de aplicaciones</span> 501 <span class="fr" style="display:none">Préparation à la publication</span> 502 <span class="it" style="display:none">Preparativi per la pubblicazione</span> 503 <span class="ja" style="display:none">公開の準備</span> 504 <span class="zh-CN" style="display:none">准备发布</span> 505 <span class="zh-TW" style="display:none">準備發佈</span> 506 </a></li> 507 <li><a href="<?cs var:toroot ?>guide/publishing/publishing.html"> 508 <span class="en">Publishing Your Applications</span> 509 </a></li> 510 </ul> 511 </li> 512 513 <li> 514 <h2><span class="en">Best Practices</span> 515 <span class="de" style="display:none">Bewährte Verfahren</span> 516 <span class="es" style="display:none">Prácticas recomendadas</span> 517 <span class="fr" style="display:none">Meilleures pratiques</span> 518 <span class="it" style="display:none">Best practice</span> 519 <span class="ja" style="display:none">ベスト プラクティス</span> 520 <span class="zh-CN" style="display:none">最佳实践</span> 521 <span class="zh-TW" style="display:none">最佳實務</span> 522 </h2> 523 <ul> 524 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html"> 525 <span class="en">Compatibility</span> 526 </a></li> 527 <li><a href="<?cs var:toroot ?>guide/practices/screens_support.html"> 528 <span class="en">Supporting Multiple Screens</span> 529 </a></li> 530 <li class="toggle-list"> 531 <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html"> 532 <span class="en">UI Guidelines</span> 533 </a></div> 534 <ul> 535 <li class="toggle-list"> 536 <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html"> 537 <span class="en">Icon Design</span> 538 </a></div> 539 <ul> 540 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_launcher.html"> 541 <span class="en">Launcher Icons</span> 542 </a></li> 543 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_menu.html"> 544 <span class="en">Menu Icons</span> 545 </a></li> 546 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_status_bar.html"> 547 <span class="en">Status Bar Icons</span> 548 </a></li> 549 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_tab.html"> 550 <span class="en">Tab Icons</span> 551 </a></li> 552 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_dialog.html"> 553 <span class="en">Dialog Icons</span> 554 </a></li> 555 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_list.html"> 556 <span class="en">List View Icons</span> 557 </a></li> 558 </ul> 559 </li> 560 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html"> 561 <span class="en">App Widget Design</span> 562 </a></li> 563 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/activity_task_design.html"> 564 <span class="en">Activity and Task Design</span> 565 </a></li> 566 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/menu_design.html"> 567 <span class="en">Menu Design</span> 568 </a></li> 569 </ul> 570 </li> 571 </ul> 572 <ul> 573 <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html"> 574 <span class="en">Designing for Performance</span> 575 </a></li> 576 <li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html"> 577 <span class="en">Designing for Responsiveness</span> 578 </a></li> 579 <li><a href="<?cs var:toroot ?>guide/practices/design/seamlessness.html"> 580 <span class="en">Designing for Seamlessness</span> 581 </a></li> 582 </ul> 583 </li> 584 585 <li> 586 <h2><span class="en">Web Applications</span> 587 </h2> 588 <ul> 589 <li><a href="<?cs var:toroot ?>guide/webapps/index.html"> 590 <span class="en">Web Apps Overview</span> 591 </a> <span class="new">new!</span><!-- 11/1/10 --></li> 592 <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html"> 593 <span class="en">Targeting Screens from Web Apps</span> 594 </a> <span class="new">new!</span><!-- 11/1/10 --></li> 595 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html"> 596 <span class="en">Building Web Apps in WebView</span> 597 </a> <span class="new">new!</span><!-- 11/1/10 --></li> 598 <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html"> 599 <span class="en">Debugging Web Apps</span> 600 </a> <span class="new">new!</span><!-- 11/1/10 --></li> 601 <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html"> 602 <span class="en">Best Practices for Web Apps</span> 603 </a> <span class="new">new!</span><!-- 11/1/10 --></li> 604 </ul> 605 </li> 606 607 <li> 608 <h2><span class="en">Appendix</span> 609 <span class="de" style="display:none">Anhang</span> 610 <span class="es" style="display:none">Apéndice</span> 611 <span class="fr" style="display:none">Annexes</span> 612 <span class="it" style="display:none">Appendice</span> 613 <span class="ja" style="display:none">付録</span> 614 <span class="zh-CN" style="display:none">附录</span> 615 <span class="zh-TW" style="display:none">附錄</span> 616 </h2> 617 <ul> 618 <li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html"> 619 <span class="en">Android API Levels</span> 620 </a></li> 621 <li><a href="<?cs var:toroot ?>guide/appendix/install-location.html"> 622 <span class="en">App Install Location</span> 623 </a></li> 624 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html"> 625 <span class="en">Supported Media Formats</span> 626 </a></li> 627 <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html"> 628 <span class="en">Intents List: Google Apps</span> 629 </a></li> 630 <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html"> 631 <span class="en">Glossary</span> 632 </a></li> 633 </ul> 634 </li> 635 636 </ul> 637 638 <script type="text/javascript"> 639 <!-- 640 buildToggleLists(); 641 changeNavLang(getLangPref()); 642 //--> 643 </script> 644