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