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