guide_toc.cs revision 47e43febdd8ba83c333c9c98ca6a8c0bda421305
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&nbsp;?</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">&lt;action&gt;</a></li>
172          <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></li>
173          <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></li>
174          <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html">&lt;application&gt;</a></li>
175          <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html">&lt;category&gt;</a></li>
176          <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html">&lt;data&gt;</a></li>
177          <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></li>
178          <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html">&lt;instrumentation&gt;</a></li>
179          <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></li>
180          <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></li>
181          <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></li>
182          <li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html">&lt;path-permission&gt;</a></li>
183          <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></li>
184          <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html">&lt;permission-group&gt;</a></li>
185          <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></li>
186          <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></li>
187          <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></li>
188          <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html">&lt;service&gt;</a></li>
189          <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li>  <!-- ##api level 4## -->
190          <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></li>
191          <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
192          <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li>
193          <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></li>
194          <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</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 class="toggle-list">
247        <div><a href="<?cs var:toroot?>guide/topics/search/index.html">
248            <span class="en">Search</span>
249          </a></div>
250          <ul>
251            <li><a href="<?cs var:toroot?>guide/topics/search/search-dialog.html">Using the Android Search Dialog</a></li>
252            <li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
253            <li><a href="<?cs var:toroot?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li>
254            <li><a href="<?cs var:toroot?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
255          </ul>
256      </li>
257      <li><a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
258            <span class="en">Device Administration</span>
259         </a> <span class="new">new!</span>
260      </li>
261      <li class="toggle-list">
262           <div>
263                <a href="<?cs var:toroot?>guide/topics/testing/index.html">
264                   <span class="en">Testing</span>
265               </a>
266           </div>
267           <ul>
268              <li>
269                <a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
270                <span class="en">Testing Fundamentals</span></a>
271                <span class="new">new!</span>
272              </li>
273              <li>
274                <a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html">
275                <span class="en">Activity Testing</span></a>
276                <span class="new">new!</span>
277              </li>
278              <li>
279                <a href="<?cs var:toroot?>guide/topics/testing/contentprovider_testing.html">
280                <span class="en">Content Provider Testing</span></a>
281                <span class="new">new!</span>
282              </li>
283              <li>
284                <a href="<?cs var:toroot?>guide/topics/testing/service_testing.html">
285                <span class="en">Service Testing</span></a>
286                <span class="new">new!</span>
287              </li>
288              <li>
289                <a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html">
290                <span class="en">What To Test</span></a>
291                <span class="new">new!</span>
292              </li>
293
294           </ul>
295      </li>
296    </ul>
297  </li>
298
299  <li>
300    <h2><span class="en">Developing</span>
301               <span class="de" style="display:none">Entwicklung</span>
302               <span class="es" style="display:none">Desarrollo</span>
303               <span class="fr" style="display:none">Développement</span>
304               <span class="it" style="display:none">Sviluppo</span>
305               <span class="ja" style="display:none">開発</span>
306               <span class="zh-CN" style="display:none">开发</span>
307               <span class="zh-TW" style="display:none">開發</span>
308    </h2>
309    <ul>
310  <!--<li><a href="">Developing for Android</a></li>
311      signing, upgrading, selecting a package name, select device profile, touch, trackball, dpad available, etc. -->
312      <li><a href="<?cs var:toroot ?>guide/developing/eclipse-adt.html">
313            <span class="en">In Eclipse, with ADT</span>
314            <span class="de" style="display:none">In Eclipse, mit ADT</span>
315            <span class="es" style="display:none">En Eclipse, con ADT</span>
316            <span class="fr" style="display:none">Sous Eclipse, à l'aide du plugin ADT</span>
317            <span class="it" style="display:none">In Eclipse, con ADT</span>
318            <span class="ja" style="display:none">Eclipse 内で ADT を使用</span>
319            <span class="zh-CN" style="display:none">利用 ADTEclipse 中开发</span>
320            <span class="zh-TW" style="display:none">在加裝 ADT 工具的 Eclipse 環境中</span>
321          </a></li>
322      <li><a href="<?cs var:toroot ?>guide/developing/other-ide.html">
323            <span class="en">In Other IDEs</span>
324            <span class="de" style="display:none">In anderen IDEs</span>
325            <span class="es" style="display:none">En otros entornos</span>
326            <span class="fr" style="display:none">Sous d'autres environnements</span>
327            <span class="it" style="display:none">In altri IDE</span>
328            <span class="ja" style="display:none">その他の統合開発環境</span>
329            <span class="zh-CN" style="display:none">在其他 IDE 中开发</span>
330            <span class="zh-TW" style="display:none">在其他開發環境中</span>
331          </a></li>
332      <li><a href="<?cs var:toroot ?>guide/developing/device.html">
333            <span class="en">On a Device</span>
334          </a></li>
335      <li><a href="<?cs var:toroot ?>guide/developing/debug-tasks.html">
336            <span class="en">Debugging Tasks</span>
337          </a></li>
338      <li class="toggle-list">
339           <div>
340                <a href="<?cs var:toroot ?>guide/developing/testing/index.html">
341                   <span class="en">Testing</span>
342               </a>
343           </div>
344           <ul>
345              <li>
346                <a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html">
347                  <span class="en">Testing in Eclipse, with ADT</span>
348                </a>
349              </li>
350
351              <li>
352                <a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html">
353                  <span class="en">Testing in Other IDEs</span>
354                </a>
355              </li>
356           </ul>
357         </li>
358      <li class="toggle-list">
359        <div><a href="<?cs var:toroot ?>guide/developing/tools/index.html">
360            <span class="en">Tools</span>
361          </a></div>
362        <ul>
363              <li><a href="<?cs var:toroot ?>guide/developing/tools/aapt.html">aapt</a></li>
364              <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li>
365              <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#android">android</a></li>
366      <!--<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT Plugin</a></li>-->
367              <li><a href="<?cs var:toroot ?>guide/developing/tools/aidl.html">aidl</a></li>
368              <li><a href="<?cs var:toroot ?>guide/developing/tools/avd.html">AVDs</a></li>
369              <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a></li>
370              <li><a href="<?cs var:toroot ?>guide/developing/tools/ddms.html">ddms</a></li>
371              <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#dx">dx</a></li>
372              <li><a href="<?cs var:toroot ?>guide/developing/tools/draw9patch.html">Draw 9-Patch</a></li>
373              <li><a href="<?cs var:toroot ?>guide/developing/tools/emulator.html">Emulator</a></li>
374              <li><a href="<?cs var:toroot ?>guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a></li>
375              <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li>
376              <li><a href="<?cs var:toroot ?>guide/developing/tools/othertools.html#mksdcard">mksdcard</a></li>
377              <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li>
378              <li class="toggle-list">
379                 <div>
380                     <a href="<?cs var:toroot?>guide/developing/tools/monkeyrunner_concepts.html">
381                     <span class="en">monkeyrunner</span>
382                  </a>
383                      <span class="new">new!</span>
384                  </div>
385                  <ul>
386                      <li>
387                          <a href="<?cs var:toroot?>guide/developing/tools/MonkeyDevice.html">
388                                <span class="en">MonkeyDevice</span>
389                        </a>
390                        <span class="new">new!</span>
391                    </li>
392                    <li>
393                        <a href="<?cs var:toroot?>guide/developing/tools/MonkeyImage.html">
394                            <span class="en">MonkeyImage</span>
395                        </a>
396                        <span class="new">new!</span>
397                    </li>
398                    <li>
399                        <a href="<?cs var:toroot?>guide/developing/tools/MonkeyRunner.html">
400                            <span class="en">MonkeyRunner</span>
401                        </a>
402                        <span class="new">new!</span>
403                    </li>
404                  </ul>
405              </li>
406              <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">Proguard</a></li>
407              <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li>
408              <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html" >Traceview</a></li>
409              <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html" >zipalign</a></li>
410          </ul>
411        </li>
412    </ul>
413  </li>
414
415  <li>
416    <h2><span class="en">Publishing</span>
417        <span class="de" style="display:none">Veröffentlichung</span>
418        <span class="es" style="display:none">Publicación</span>
419        <span class="fr" style="display:none">Publication</span>
420        <span class="it" style="display:none">Pubblicazione</span>
421        <span class="ja" style="display:none">公開</span>
422        <span class="zh-CN" style="display:none">发布</span>
423        <span class="zh-TW" style="display:none">發佈</span>
424    </h2>
425    <ul>
426      <li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html">
427            <span class="en">Signing Your Applications</span>
428            <span class="de" style="display:none">Signieren Ihrer Anwendungen</span>
429            <span class="es" style="display:none">Firma de aplicaciones</span>
430            <span class="fr" style="display:none">Attribution de votre signature <br />à vos applications</span>
431            <span class="it" style="display:none">Firma delle applicazioni</span>
432            <span class="ja" style="display:none">アプリケーションへの署名</span>
433            <span class="zh-CN" style="display:none">应用程序签名</span>
434            <span class="zh-TW" style="display:none">簽署應用程式</span>
435          </a></li>
436      <li><a href="<?cs var:toroot ?>guide/publishing/versioning.html">
437            <span class="en">Versioning Your Applications</span>
438            <span class="de" style="display:none">Versionsverwaltung für Ihre <br />Anwendungen</span>
439            <span class="es" style="display:none">Versiones de las aplicaciones</span>
440            <span class="fr" style="display:none">Attribution d'une version à vos applications</span>
441            <span class="it" style="display:none">Controllo versioni delle applicazioni</span>
442            <span class="ja" style="display:none">アプリケーションのバージョニング</span>
443            <span class="zh-CN" style="display:none">应用程序版本控制</span>
444            <span class="zh-TW" style="display:none">應用程式版本設定</span>
445          </a></li>
446      <li><a href="<?cs var:toroot ?>guide/publishing/licensing.html">
447            <span class="en">Licensing Your Applications</span>
448          </a> <span class="new">new!</span></li>
449      <li><a href="<?cs var:toroot ?>guide/publishing/preparing.html">
450            <span class="en">Preparing to Publish</span>
451            <span class="de" style="display:none">Vorbereitung auf die Veröffentlichung</span>
452            <span class="es" style="display:none">Publicación de aplicaciones</span>
453            <span class="fr" style="display:none">Préparation à la publication</span>
454            <span class="it" style="display:none">Preparativi per la pubblicazione</span>
455            <span class="ja" style="display:none">公開の準備</span>
456            <span class="zh-CN" style="display:none">准备发布</span>
457            <span class="zh-TW" style="display:none">準備發佈</span>
458          </a></li>
459      <li><a href="<?cs var:toroot ?>guide/publishing/publishing.html">
460            <span class="en">Publishing Your Applications</span>
461          </a></li>
462    </ul>
463  </li>
464
465  <li>
466    <h2><span class="en">Best Practices</span>
467               <span class="de" style="display:none">Bewährte Verfahren</span>
468               <span class="es" style="display:none">Prácticas recomendadas</span>
469               <span class="fr" style="display:none">Meilleures pratiques</span>
470               <span class="it" style="display:none">Best practice</span>
471               <span class="ja" style="display:none">ベスト プラクティス</span>
472               <span class="zh-CN" style="display:none">最佳实践</span>
473               <span class="zh-TW" style="display:none">最佳實務</span>
474    </h2>
475    <ul>
476      <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html">
477            <span class="en">Compatibility</span>
478          </a></li>
479      <li><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
480            <span class="en">Supporting Multiple Screens</span>
481          </a></li>
482      <li class="toggle-list">
483        <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
484               <span class="en">UI Guidelines</span>
485             </a></div>
486        <ul>
487          <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html">
488                <span class="en">Icon Design</span>
489              </a></li>
490          <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">
491                <span class="en">App Widget Design</span>
492              </a></li>
493          <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/activity_task_design.html">
494                <span class="en">Activity and Task Design</span>
495              </a></li>
496          <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/menu_design.html">
497                <span class="en">Menu Design</span>
498              </a></li>
499        </ul>
500      </li>
501      </ul>
502      <ul>
503      <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html">
504            <span class="en">Designing for Performance</span>
505          </a></li>
506      <li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html">
507            <span class="en">Designing for Responsiveness</span>
508          </a></li>
509      <li><a href="<?cs var:toroot ?>guide/practices/design/seamlessness.html">
510            <span class="en">Designing for Seamlessness</span>
511          </a></li>
512    </ul>
513  </li>
514
515  <li>
516    <h2><span class="en">Web Applications</span>
517    </h2>
518    <ul>
519      <li><a href="<?cs var:toroot ?>guide/webapps/index.html">
520            <span class="en">Web Apps Overview</span>
521          </a> <span class="new">new!</span><!-- 11/1/10 --></li>
522      <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html">
523            <span class="en">Targeting Screens from Web Apps</span>
524          </a> <span class="new">new!</span><!-- 11/1/10 --></li>
525      <li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
526            <span class="en">Building Web Apps in WebView</span>
527          </a> <span class="new">new!</span><!-- 11/1/10 --></li>
528      <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html">
529            <span class="en">Debugging Web Apps</span>
530          </a> <span class="new">new!</span><!-- 11/1/10 --></li>
531      <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html">
532            <span class="en">Best Practices for Web Apps</span>
533          </a> <span class="new">new!</span><!-- 11/1/10 --></li>
534    </ul>
535  </li>
536
537  <li>
538    <h2><span class="en">Appendix</span>
539               <span class="de" style="display:none">Anhang</span>
540               <span class="es" style="display:none">Apéndice</span>
541               <span class="fr" style="display:none">Annexes</span>
542               <span class="it" style="display:none">Appendice</span>
543               <span class="ja" style="display:none">付録</span>
544               <span class="zh-CN" style="display:none">附录</span>
545               <span class="zh-TW" style="display:none">附錄</span>
546    </h2>
547    <ul>
548      <li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html">
549            <span class="en">Android API Levels</span>
550          </a></li>
551      <li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html">
552            <span class="en">Market Filters</span>
553           </a></li>
554      <li><a href="<?cs var:toroot ?>guide/appendix/install-location.html">
555            <span class="en">App Install Location</span>
556          </a></li>
557      <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
558            <span class="en">Supported Media Formats</span>
559          </a></li>
560      <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">
561            <span class="en">Intents List: Google Apps</span>
562          </a></li>
563      <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html">
564            <span class="en">Glossary</span>
565          </a></li>
566    </ul>
567  </li>
568
569</ul>
570
571<script type="text/javascript">
572<!--
573    buildToggleLists();
574    changeNavLang(getLangPref());
575//-->
576</script>
577