2010-03-01 18:10:57 -08:00
|
|
|
|
<?cs # Table of contents for Dev Guide.
|
2009-07-07 17:37:13 -07:00
|
|
|
|
|
2010-03-01 18:10:57 -08:00
|
|
|
|
For each document available in translation, add an localized title to this TOC.
|
2009-07-07 17:37:13 -07:00
|
|
|
|
Do not add localized title for docs not available in translation.
|
|
|
|
|
Below are template spans for adding localized doc titles. Please ensure that
|
|
|
|
|
localized titles are added in the language order specified below.
|
|
|
|
|
?>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Android Basics</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Einführung in Android</span>
|
|
|
|
|
<span class="es" style="display:none">Información básica sobre Android</span>
|
|
|
|
|
<span class="fr" style="display:none">Présentation d'Android</span>
|
|
|
|
|
<span class="it" style="display:none">Nozioni di base su Android</span>
|
|
|
|
|
<span class="ja" style="display:none">Android の基本</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">Android 基础知识</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">Android 簡介</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html">
|
|
|
|
|
<span class="en">What Is Android?</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Was ist Android?</span>
|
|
|
|
|
<span class="es" style="display:none">¿Qué es Android?</span>
|
|
|
|
|
<span class="fr" style="display:none">Qu'est-ce qu'Android ?</span>
|
|
|
|
|
<span class="it" style="display:none">Che cos'è Android?</span>
|
|
|
|
|
<span class="ja" style="display:none">Android とは</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">Android 是什么?</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">什麼是 Android?</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html">
|
|
|
|
|
<span class="en">Application Fundamentals</span>
|
|
|
|
|
<span class="de" style="display:none">Anwendungsgrundlagen</span>
|
|
|
|
|
<span class="es" style="display:none">Fundamentos de las aplicaciones</span>
|
|
|
|
|
<span class="fr" style="display:none">Principes de base des applications</span>
|
|
|
|
|
<span class="it" style="display:none">Concetti fondamentali sulle applicazioni</span>
|
|
|
|
|
<span class="ja" style="display:none">開発の基礎</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">应用程序基础</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">應用程式基本原理</span>
|
|
|
|
|
</a></li>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<!-- <li><a style="color:gray;">The Android SDK</a></li> -->
|
|
|
|
|
<!-- <li><a style="color:gray;">Walkthrough for Developers</a></li> -->
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<!-- quick overview of what it's like to develop on Android -->
|
|
|
|
|
</ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</li>
|
2010-03-01 18:10:57 -08:00
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2>
|
|
|
|
|
<span class="en">Framework Topics</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Framework-Themen</span>
|
|
|
|
|
<span class="es" style="display:none">Temas sobre el framework</span>
|
|
|
|
|
<span class="fr" style="display:none">Thèmes relatifs au framework</span>
|
|
|
|
|
<span class="it" style="display:none">Argomenti relativi al framework</span>
|
|
|
|
|
<span class="ja" style="display:none">フレームワーク トピック</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">框架主题</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">架構主題</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/activities.html">
|
|
|
|
|
<span class="en">Activities</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></div>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html">
|
2011-01-17 16:06:12 -08:00
|
|
|
|
<span class="en">Fragments</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2011-02-15 17:25:26 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/loaders.html">
|
2011-02-14 14:20:22 -08:00
|
|
|
|
<span class="en">Loaders</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html">
|
2011-02-21 22:19:27 -08:00
|
|
|
|
<span class="en">Tasks and Back Stack</span></a></li>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/services.html">
|
|
|
|
|
<span class="en">Services</span>
|
2011-02-21 22:19:27 -08:00
|
|
|
|
</a></div>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html">
|
|
|
|
|
<span class="en">Bound Services</span>
|
2011-02-21 22:19:27 -08:00
|
|
|
|
</a></li>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
|
|
|
|
|
<span class="en">Content Providers</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
|
|
|
|
|
<span class="en">Intents and Intent Filters</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/processes-and-threads.html">
|
|
|
|
|
<span class="en">Processes and Threads</span>
|
2011-02-21 22:19:27 -08:00
|
|
|
|
</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
|
|
|
|
|
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
|
2011-02-14 14:20:22 -08:00
|
|
|
|
<span class="en">User Interface</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></div>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Declaring Layout</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Creating Menus</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2010-09-07 17:11:38 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html">
|
|
|
|
|
<span class="en">Using the Action Bar</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Creating Dialogs</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Handling UI Events</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2010-05-11 18:00:44 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Notifying the User</span>
|
2010-05-11 18:00:44 -07:00
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
|
|
|
|
|
<span class="en">Creating Toast Notifications</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2010-05-11 18:00:44 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
|
|
|
|
|
<span class="en">Creating Status Bar Notifications</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
</li>
|
2011-02-21 22:19:27 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
|
|
|
|
|
<span class="en">Dragging and Dropping</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Applying Styles and Themes</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Building Custom Components</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/binding.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Binding to Data with AdapterView</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/layout-objects.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">Common Layout Objects</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/how-android-draws.html">
|
2010-03-01 18:10:57 -08:00
|
|
|
|
<span class="en">How Android Draws Views</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</li><!-- end of User Interface -->
|
2011-07-18 12:51:47 -07:00
|
|
|
|
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/resources/index.html">
|
2010-02-09 18:48:27 -08:00
|
|
|
|
<span class="en">Application Resources</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></div>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<ul>
|
2010-02-09 18:48:27 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html">
|
|
|
|
|
<span class="en">Providing Resources</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2010-02-09 18:48:27 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html">
|
|
|
|
|
<span class="en">Accessing Resources</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html">
|
|
|
|
|
<span class="en">Handling Runtime Changes</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></li>
|
2009-08-18 14:35:58 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html">
|
|
|
|
|
<span class="en">Localization</span>
|
|
|
|
|
</a></li>
|
2010-02-09 18:48:27 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html">
|
|
|
|
|
<span class="en">Resource Types</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></div>
|
2010-02-09 18:48:27 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li>
|
|
|
|
|
</ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</li><!-- end of resource types -->
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</li><!-- end of app resources -->
|
2010-04-29 13:26:53 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<span class="en">Data Storage</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></div>
|
2010-04-29 13:26:53 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/data/backup.html">
|
|
|
|
|
<span class="en">Data Backup</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a>
|
2010-04-29 13:26:53 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/security/security.html">
|
|
|
|
|
<span class="en">Security and Permissions</span>
|
|
|
|
|
</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html">
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<span class="en">The AndroidManifest.xml File</span>
|
|
|
|
|
</a></div>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html"><action></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html"><activity></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html"><activity-alias></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html"><application></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html"><category></a></li>
|
2011-01-31 15:40:59 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html"><compatible-screens></a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html"><data></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html"><instrumentation></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html"><intent-filter></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html"><manifest></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html"><meta-data></a></li>
|
2010-02-12 17:19:02 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html"><path-permission></a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html"><permission></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html"><permission-group></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html"><permission-tree></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li>
|
2011-07-18 12:51:47 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></li>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html"><supports-screens></a></li><!-- ##api level 4## -->
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li>
|
2009-08-13 12:45:31 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html"><uses-feature></a></li> <!-- ##api level 4## -->
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html"><uses-library></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html"><uses-permission></a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li>
|
|
|
|
|
</ul>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
</li><!-- end of the manifest file -->
|
2011-07-18 12:51:47 -07:00
|
|
|
|
</ul>
|
|
|
|
|
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
|
2011-02-14 14:20:22 -08:00
|
|
|
|
<span class="en">Graphics</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></div>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
|
|
|
|
|
<span class="en">2D Graphics</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html">
|
|
|
|
|
<span class="en">3D with OpenGL</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></li>
|
2011-01-16 19:48:06 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html">
|
2011-02-06 01:30:55 -08:00
|
|
|
|
<span class="en">Property Animation</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2011-02-06 01:30:55 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html">
|
|
|
|
|
<span class="en">View Animation</span>
|
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</ul>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</li>
|
2011-06-08 22:23:42 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/renderscript/index.html">
|
|
|
|
|
<span class="en">RenderScript</span>
|
2011-07-11 15:36:21 -07:00
|
|
|
|
</a></div>
|
2011-06-08 22:23:42 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/renderscript/graphics.html">
|
|
|
|
|
<span class="en">3D Graphics</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html">
|
|
|
|
|
<span class="en">Compute</span>
|
|
|
|
|
</a>
|
2011-07-18 12:51:47 -07:00
|
|
|
|
</li>
|
2011-06-08 22:23:42 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
2011-02-14 14:20:22 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/media/index.html">
|
2011-06-07 01:49:30 -04:00
|
|
|
|
<span class="en">Media</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></li>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/topics/clipboard/copy-paste.html">
|
2011-02-14 14:20:22 -08:00
|
|
|
|
<span class="en">Copy and Paste</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<!--<li class="toggle-list">
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<div><a style="color:gray;">Sensors</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a style="color:gray;">Camera</a></li>
|
|
|
|
|
<li><a style="color:gray;">Compass</a></li>
|
|
|
|
|
<li><a style="color:gray;">Accelerometer</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li> -->
|
2010-08-17 20:29:03 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/topics/location/index.html">
|
|
|
|
|
<span class="en">Location and Maps</span>
|
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/location/obtaining-user-location.html">
|
|
|
|
|
<span class="en">Obtaining User Location</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></li>
|
2010-08-17 20:29:03 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<!--<li class="toggle-list">
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<div><a style="color:gray;">Wireless Controls</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a style="color:gray;">Wi-Fi</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li> -->
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<!--<li><a style="color:gray;">Localization</a></li> -->
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html">
|
2011-06-03 16:50:14 -07:00
|
|
|
|
<span class="en">App Widgets</span></a>
|
|
|
|
|
</li>
|
2009-12-09 16:07:39 -08:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/wireless/bluetooth.html">
|
2011-06-03 16:50:14 -07:00
|
|
|
|
<span class="en">Bluetooth</span></a>
|
|
|
|
|
</li>
|
2011-02-10 13:42:13 -08:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/nfc/index.html">
|
2011-05-06 09:53:29 -07:00
|
|
|
|
<span class="en">Near Field Communication</span>
|
|
|
|
|
</a></li>
|
2011-04-18 10:18:30 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot?>guide/topics/usb/index.html">
|
|
|
|
|
<span class="en">USB</span></a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/usb/accessory.html">Accessory</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/usb/host.html">Host</a></li>
|
2011-05-03 01:47:09 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/topics/usb/adk.html">Open Accessory Dev Kit</a></li>
|
2011-04-18 10:18:30 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
2011-02-07 18:35:49 -08:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/network/sip.html">
|
2011-05-06 09:53:29 -07:00
|
|
|
|
<span class="en">Session Initiation Protocol</span>
|
|
|
|
|
</a></li>
|
2010-02-12 17:19:02 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot?>guide/topics/search/index.html">
|
|
|
|
|
<span class="en">Search</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></div>
|
2010-02-12 17:19:02 -08:00
|
|
|
|
<ul>
|
2011-02-08 10:20:27 -08:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/search/search-dialog.html">Creating a Search Interface</a></li>
|
2010-02-12 17:19:02 -08:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
|
2011-06-03 16:50:14 -07:00
|
|
|
|
<span class="en">Device Administration</span></a>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
</li>
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<a href="<?cs var:toroot?>guide/topics/testing/index.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">Testing</span>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
</a>
|
2010-10-10 13:20:12 -07:00
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">Testing Fundamentals</span></a>
|
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">Activity Testing</span></a>
|
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot?>guide/topics/testing/contentprovider_testing.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">Content Provider Testing</span></a>
|
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot?>guide/topics/testing/service_testing.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">Service Testing</span></a>
|
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html">
|
2010-10-10 13:20:12 -07:00
|
|
|
|
<span class="en">What To Test</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</li>
|
2010-03-01 18:10:57 -08:00
|
|
|
|
|
2011-02-01 23:01:16 -08:00
|
|
|
|
<li>
|
|
|
|
|
<h2>
|
|
|
|
|
<span class="en">Android Market Topics</span>
|
|
|
|
|
</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/publishing/licensing.html">
|
|
|
|
|
<span class="en">Application Licensing</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot?>guide/market/billing/index.html">
|
|
|
|
|
<span class="en">In-app Billing</span></a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_overview.html">
|
|
|
|
|
<span class="en">In-app Billing Overview</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_integrate.html">
|
|
|
|
|
<span class="en">Implementing In-app Billing</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_best_practices.html">
|
|
|
|
|
<span class="en">Security and Design</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_testing.html">
|
|
|
|
|
<span class="en">Testing In-app Billing</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_admin.html">
|
|
|
|
|
<span class="en">Administering In-app Billing</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot?>guide/market/billing/billing_reference.html">
|
|
|
|
|
<span class="en">In-app Billing Reference</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html">
|
|
|
|
|
<span class="en">Market Filters</span></a>
|
|
|
|
|
</li>
|
2011-05-17 18:46:27 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/market/publishing/multiple-apks.html">
|
|
|
|
|
<span class="en">Multiple APK Support</span></a>
|
|
|
|
|
</li>
|
2011-02-01 23:01:16 -08:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Developing</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Entwicklung</span>
|
|
|
|
|
<span class="es" style="display:none">Desarrollo</span>
|
|
|
|
|
<span class="fr" style="display:none">Développement</span>
|
|
|
|
|
<span class="it" style="display:none">Sviluppo</span>
|
|
|
|
|
<span class="ja" style="display:none">開発</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">开发</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">開發</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<!--<li><a href="">Developing for Android</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. -->
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li>
|
2011-01-04 22:48:02 -08:00
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/index.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">Introduction</span></a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
2010-12-29 16:14:41 -08:00
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/devices/index.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">Managing Virtual Devices</span>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/devices/managing-avds.html">
|
|
|
|
|
<span class="en">With AVD Manager</span>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/devices/managing-avds-cmdline.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">From the Command Line</span>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2010-12-29 16:14:41 -08:00
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/devices/emulator.html">
|
2011-01-19 14:33:23 -08:00
|
|
|
|
<span class="en">Using the Android Emulator</span>
|
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2010-12-29 16:14:41 -08:00
|
|
|
|
<li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/device.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">Using Hardware Devices</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2011-01-19 14:33:23 -08:00
|
|
|
|
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/projects/index.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">Managing Projects</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/projects/projects-eclipse.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">From Eclipse with ADT</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/projects/projects-cmdline.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">From the Command Line</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/building/index.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">Building and Running</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/building/building-eclipse.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">From Eclipse with ADT</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html">
|
|
|
|
|
<span class="en">From the Command Line</span></a></li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/index.html">
|
|
|
|
|
<span class="en">Debugging</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">From Eclipse with ADT</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects-cmdline.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">From Other IDEs</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/ddms.html">
|
2010-12-29 16:14:41 -08:00
|
|
|
|
<span class="en">Using DDMS</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-log.html">
|
2011-02-15 15:45:24 -08:00
|
|
|
|
<span class="en">Reading and Writing Logs</span>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-ui.html">
|
2011-01-19 14:33:23 -08:00
|
|
|
|
<span class="en">Debugging and Profiling UIs</span>
|
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-tracing.html">
|
2011-01-19 14:33:23 -08:00
|
|
|
|
<span class="en">Profiling with Traceview and dmtracedump</span>
|
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/debugging/debugging-devtools.html">
|
2011-01-19 14:33:23 -08:00
|
|
|
|
<span class="en">Using the Dev Tools App</span>
|
|
|
|
|
</a>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
2010-05-07 21:30:44 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/testing/index.html">
|
|
|
|
|
<span class="en">Testing</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a>
|
2010-05-07 21:30:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">From Eclipse with ADT</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a>
|
2010-05-07 21:30:44 -07:00
|
|
|
|
</li>
|
2010-10-18 17:07:45 -07:00
|
|
|
|
|
2010-05-07 21:30:44 -07:00
|
|
|
|
<li>
|
|
|
|
|
<a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html">
|
2011-02-08 15:04:42 -08:00
|
|
|
|
<span class="en">From Other IDEs</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a>
|
2010-05-07 21:30:44 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
|
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/developing/tools/index.html">
|
|
|
|
|
<span class="en">Tools</span>
|
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT</a></li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/android.html">android</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/dmtracedump.html">dmtracedump</a></li>
|
2011-07-18 12:51:47 -07:00
|
|
|
|
<li><a href="<?cs var:toroot?>guide/developing/tools/draw9patch.html">Draw
|
|
|
|
|
9-Patch</a></li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li>
|
2011-07-18 12:51:47 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/etc1tool.html">etc1tool</a></li>
|
2011-01-06 22:13:56 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/hprof-conv.html">hprof-conv</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/logcat.html">logcat</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/mksdcard.html">mksdcard</a></li>
|
2011-02-02 11:11:57 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li>
|
2011-02-03 18:46:45 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/developing/tools/monkeyrunner_concepts.html">
|
|
|
|
|
<span class="en">monkeyrunner</span>
|
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/MonkeyDevice.html">
|
|
|
|
|
<span class="en">MonkeyDevice</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/MonkeyImage.html">
|
|
|
|
|
<span class="en">MonkeyImage</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/MonkeyRunner.html">
|
|
|
|
|
<span class="en">MonkeyRunner</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html">Traceview</a></li>
|
2010-12-16 17:36:36 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html">zipalign</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2010-03-01 18:10:57 -08:00
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Publishing</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Veröffentlichung</span>
|
|
|
|
|
<span class="es" style="display:none">Publicación</span>
|
|
|
|
|
<span class="fr" style="display:none">Publication</span>
|
|
|
|
|
<span class="it" style="display:none">Pubblicazione</span>
|
|
|
|
|
<span class="ja" style="display:none">公開</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">发布</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">發佈</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html">
|
|
|
|
|
<span class="en">Signing Your Applications</span>
|
|
|
|
|
<span class="de" style="display:none">Signieren Ihrer Anwendungen</span>
|
|
|
|
|
<span class="es" style="display:none">Firma de aplicaciones</span>
|
|
|
|
|
<span class="fr" style="display:none">Attribution de votre signature <br />à vos applications</span>
|
|
|
|
|
<span class="it" style="display:none">Firma delle applicazioni</span>
|
|
|
|
|
<span class="ja" style="display:none">アプリケーションへの署名</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">应用程序签名</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">簽署應用程式</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/publishing/versioning.html">
|
|
|
|
|
<span class="en">Versioning Your Applications</span>
|
|
|
|
|
<span class="de" style="display:none">Versionsverwaltung für Ihre <br />Anwendungen</span>
|
|
|
|
|
<span class="es" style="display:none">Versiones de las aplicaciones</span>
|
|
|
|
|
<span class="fr" style="display:none">Attribution d'une version à vos applications</span>
|
|
|
|
|
<span class="it" style="display:none">Controllo versioni delle applicazioni</span>
|
|
|
|
|
<span class="ja" style="display:none">アプリケーションのバージョニング</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">应用程序版本控制</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">應用程式版本設定</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/publishing/preparing.html">
|
|
|
|
|
<span class="en">Preparing to Publish</span>
|
|
|
|
|
<span class="de" style="display:none">Vorbereitung auf die Veröffentlichung</span>
|
|
|
|
|
<span class="es" style="display:none">Publicación de aplicaciones</span>
|
|
|
|
|
<span class="fr" style="display:none">Préparation à la publication</span>
|
|
|
|
|
<span class="it" style="display:none">Preparativi per la pubblicazione</span>
|
|
|
|
|
<span class="ja" style="display:none">公開の準備</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">准备发布</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">準備發佈</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/publishing/publishing.html">
|
2011-02-18 17:01:19 -08:00
|
|
|
|
<span class="en">Publishing on Android Market</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</li>
|
2010-03-01 18:10:57 -08:00
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Best Practices</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Bewährte Verfahren</span>
|
|
|
|
|
<span class="es" style="display:none">Prácticas recomendadas</span>
|
|
|
|
|
<span class="fr" style="display:none">Meilleures pratiques</span>
|
|
|
|
|
<span class="it" style="display:none">Best practice</span>
|
|
|
|
|
<span class="ja" style="display:none">ベスト プラクティス</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">最佳实践</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">最佳實務</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2010-05-07 15:14:56 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/compatibility.html">
|
|
|
|
|
<span class="en">Compatibility</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></li>
|
2011-03-09 14:26:58 -08:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
|
|
|
|
|
<span class="en">Supporting Multiple Screens</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></div>
|
2011-03-09 14:26:58 -08:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html">
|
|
|
|
|
<span class="en">Distributing to Specific Screens</span>
|
2009-10-09 17:14:28 -07:00
|
|
|
|
</a></li>
|
2011-06-22 14:28:44 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
|
|
|
|
|
<span class="en">Screen Compatibility Mode</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></li>
|
2011-03-09 14:26:58 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/screens-support-1.5.html">
|
|
|
|
|
<span class="en">Strategies for Android 1.5</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2011-02-21 22:19:27 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/optimizing-for-3.0.html">
|
|
|
|
|
<span class="en">Optimizing Apps for Android 3.0</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2009-04-25 23:09:53 -07:00
|
|
|
|
<li class="toggle-list">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
|
|
|
|
|
<span class="en">UI Guidelines</span>
|
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
2010-10-17 21:33:05 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html">
|
|
|
|
|
<span class="en">Icon Design</span>
|
|
|
|
|
</a></div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_launcher.html">
|
|
|
|
|
<span class="en">Launcher Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_menu.html">
|
|
|
|
|
<span class="en">Menu Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_status_bar.html">
|
|
|
|
|
<span class="en">Status Bar Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_tab.html">
|
|
|
|
|
<span class="en">Tab Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_dialog.html">
|
|
|
|
|
<span class="en">Dialog Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_list.html">
|
|
|
|
|
<span class="en">List View Icons</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">
|
2011-09-27 18:28:46 -07:00
|
|
|
|
<span class="en">App Widget Design <span class="new">updated</span></span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/activity_task_design.html">
|
|
|
|
|
<span class="en">Activity and Task Design</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/menu_design.html">
|
|
|
|
|
<span class="en">Menu Design</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
</ul>
|
2009-04-25 23:09:53 -07:00
|
|
|
|
</li>
|
2009-10-09 17:14:28 -07:00
|
|
|
|
</ul>
|
|
|
|
|
<ul>
|
2011-03-23 10:51:55 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/design/accessibility.html">
|
|
|
|
|
<span class="en">Designing for Accessibility</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2011-07-21 11:16:40 -07:00
|
|
|
|
<li class="toggle-list">
|
|
|
|
|
<div><a href="<?cs var:toroot ?>guide/practices/design/performance.html">
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<span class="en">Designing for Performance</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></div>
|
2011-07-21 11:16:40 -07:00
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/design/jni.html">
|
|
|
|
|
<span class="en">JNI Tips</span>
|
2011-09-21 21:04:19 -07:00
|
|
|
|
</a></li>
|
2011-07-21 11:16:40 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html">
|
|
|
|
|
<span class="en">Designing for Responsiveness</span>
|
|
|
|
|
</a></li>
|
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/practices/design/seamlessness.html">
|
|
|
|
|
<span class="en">Designing for Seamlessness</span>
|
|
|
|
|
</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
2010-09-20 12:46:34 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Web Applications</span>
|
|
|
|
|
</h2>
|
|
|
|
|
<ul>
|
2010-10-11 15:37:14 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/webapps/index.html">
|
|
|
|
|
<span class="en">Web Apps Overview</span>
|
2011-01-07 17:52:17 -08:00
|
|
|
|
</a></li>
|
2010-10-11 15:37:14 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/webapps/targeting.html">
|
|
|
|
|
<span class="en">Targeting Screens from Web Apps</span>
|
2011-01-07 17:52:17 -08:00
|
|
|
|
</a></li>
|
2010-09-20 12:46:34 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
|
|
|
|
|
<span class="en">Building Web Apps in WebView</span>
|
2011-01-07 17:52:17 -08:00
|
|
|
|
</a></li>
|
2010-09-20 12:46:34 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/webapps/debugging.html">
|
|
|
|
|
<span class="en">Debugging Web Apps</span>
|
2011-01-07 17:52:17 -08:00
|
|
|
|
</a></li>
|
2010-09-20 12:46:34 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html">
|
|
|
|
|
<span class="en">Best Practices for Web Apps</span>
|
2011-01-07 17:52:17 -08:00
|
|
|
|
</a></li>
|
2010-09-20 12:46:34 -07:00
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li>
|
|
|
|
|
<h2><span class="en">Appendix</span>
|
2009-10-16 16:22:54 -07:00
|
|
|
|
<span class="de" style="display:none">Anhang</span>
|
|
|
|
|
<span class="es" style="display:none">Apéndice</span>
|
|
|
|
|
<span class="fr" style="display:none">Annexes</span>
|
|
|
|
|
<span class="it" style="display:none">Appendice</span>
|
|
|
|
|
<span class="ja" style="display:none">付録</span>
|
|
|
|
|
<span class="zh-CN" style="display:none">附录</span>
|
|
|
|
|
<span class="zh-TW" style="display:none">附錄</span>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</h2>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
<ul>
|
2009-08-13 12:45:31 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html">
|
|
|
|
|
<span class="en">Android API Levels</span>
|
|
|
|
|
</a></li>
|
2010-05-11 14:21:53 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/install-location.html">
|
|
|
|
|
<span class="en">App Install Location</span>
|
2010-10-08 15:23:26 -07:00
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
|
|
|
|
|
<span class="en">Supported Media Formats</span>
|
2011-05-06 09:53:29 -07:00
|
|
|
|
</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">
|
|
|
|
|
<span class="en">Intents List: Google Apps</span>
|
|
|
|
|
</a></li>
|
2011-02-15 16:25:52 -08:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">AIDL</a></li>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
<li><a href="<?cs var:toroot ?>guide/appendix/glossary.html">
|
|
|
|
|
<span class="en">Glossary</span>
|
|
|
|
|
</a></li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
</ul>
|
2009-07-07 17:37:13 -07:00
|
|
|
|
</li>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
<!--
|
|
|
|
|
buildToggleLists();
|
2009-07-07 17:37:13 -07:00
|
|
|
|
changeNavLang(getLangPref());
|
2009-03-03 19:31:44 -08:00
|
|
|
|
//-->
|
|
|
|
|
</script>
|