blob: d7aacbf817e69b303060899425e2754d44615026 [file] [log] [blame]
Joe Malin90205432010-03-01 18:10:57 -08001<?cs # Table of contents for Dev Guide.
Dirk Dougherty13d30dc32009-07-07 17:37:13 -07002
Joe Malin90205432010-03-01 18:10:57 -08003 For each document available in translation, add an localized title to this TOC.
Dirk Dougherty13d30dc32009-07-07 17:37:13 -07004 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 Main50e990c2012-06-21 17:14:39 -07008<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> -->
Joe Fernandez89829392012-08-01 16:21:17 -070011
Scott Main50e990c2012-06-21 17:14:39 -070012 <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>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070017 <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>
Scott Main9bf45a02011-02-03 18:46:45 -080024 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070025 <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>
Scott Main9bf45a02011-02-03 18:46:45 -080034 </ul>
35 </li>
Scott Main50e990c2012-06-21 17:14:39 -070036 <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>
Scott Main9bf45a02011-02-03 18:46:45 -080040 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070041 <li><a href="<?cs var:toroot ?>guide/components/bound-services.html">
42 <span class="en">Bound Services</span>
43 </a></li>
Scott Maine40c4632012-06-25 10:02:13 -070044 <li><a href="<?cs var:toroot ?>guide/components/aidl.html">
45 <span class="en">AIDL</span>
46 </a></li>
Scott Main9bf45a02011-02-03 18:46:45 -080047 </ul>
48 </li>
Scott Main50e990c2012-06-21 17:14:39 -070049 <li class="nav-section">
50 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
Scott Main9bf45a02011-02-03 18:46:45 -080051 <span class="en">Content Providers</span>
Scott Maind25ad2f2011-12-15 13:11:12 -080052 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070053 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070054 <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>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070066 </ul>
Scott Mainb83a2832010-04-29 13:26:53 -070067 </li>
Scott Main50e990c2012-06-21 17:14:39 -070068 <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>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070081 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -070082 <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>
Scott Main9bf45a02011-02-03 18:46:45 -080085 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070086 <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>
Scott Main1b6dd052011-01-31 15:40:59 -080092 <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html">&lt;compatible-screens&gt;</a></li>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070093 <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>
Scott Mainb3b2b4f2010-02-12 17:19:02 -080099 <li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html">&lt;path-permission&gt;</a></li>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700100 <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>
Robert Lyc80b7ad2011-07-18 12:51:47 -0700106 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html">&lt;supports-gl-texture&gt;</a></li>
Scott Main9ed517d2011-09-21 21:04:19 -0700107 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li><!-- ##api level 4## -->
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700108 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></li>
Scott Main71d4b282009-08-13 12:45:31 -0700109 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700110 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700114 </li><!-- end of the manifest file -->
Robert Lyc80b7ad2011-07-18 12:51:47 -0700115
Scott Main50e990c2012-06-21 17:14:39 -0700116 </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>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800123 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700124 <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>
Scott Main3e06f2c2012-03-30 10:29:33 -0700130 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700131 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700132 <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>
Scott Maind25ad2f2011-12-15 13:11:12 -0800151 </a></li>
Robert Ly3401c0e2011-10-12 10:01:41 -0700152 </ul>
153 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700154
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>
Robert Ly3401c0e2011-10-12 10:01:41 -0700158 </a></div>
159 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700160 <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-->
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700186 </ul>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800187 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700188 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700194 <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html">
195 <span class="en">Action Bar</span>
196 </a></li>
Scott Mainbbb3f412012-03-09 19:10:40 -0800197 <li><a href="<?cs var:toroot ?>guide/topics/ui/settings.html">
198 <span class="en">Settings</span>
199 </a></li>
Scott Maine2497632012-10-12 12:06:10 -0700200 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700209 <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>
Joe Fernandez89829392012-08-01 16:21:17 -0700219 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700220 <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>
Robert Ly83a75a52011-09-25 12:14:19 -0700227 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700228 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/apps.html">
229 <span class="en">Making Applications Accessible</span>
230 </a></li>
Joe Fernandez89829392012-08-01 16:21:17 -0700231 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/checklist.html">
232 <span class="en">Accessibility Developer Checklist</span>
233 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700234 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/services.html">
235 <span class="en">Building Accessibility Services</span>
236 </a></li>
Robert Ly83a75a52011-09-25 12:14:19 -0700237 </ul>
238 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700239 <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 -->
Robert Lyf197b632011-06-08 22:23:42 -0700247
Scott Main50e990c2012-06-21 17:14:39 -0700248 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700313 </ul>
314 </li><!-- end of graphics and animation-->
315
Robert Ly864090e2012-06-17 18:22:17 -0700316 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700333 <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>
Scott Maind25ad2f2011-12-15 13:11:12 -0800336 </a></div>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700337 <ul>
338 <li><a href="<?cs var:toroot ?>guide/topics/media/mediaplayer.html">
339 <span class="en">Media Playback</span></a>
340 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700341 <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>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700347 <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>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700352 </li>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700353 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700354 </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>
Scott Main3e06f2c2012-03-30 10:29:33 -0700359 </a></div>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700360 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700361 <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>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700367 <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>
Scott Main50e990c2012-06-21 17:14:39 -0700380 </li><!-- end of location and sensors -->
Scott Main50e990c2012-06-21 17:14:39 -0700381
Joe Fernandez89829392012-08-01 16:21:17 -0700382
383
Scott Main50e990c2012-06-21 17:14:39 -0700384 <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>
Scott Mainfa4596e2010-08-17 20:29:03 -0700387 </a></div>
388 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700389 <li><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html">
390 <span class="en">Bluetooth</span>
391 </a>
Katie McCormickd4fac2c2011-06-03 16:50:14 -0700392 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700393 <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>
Robert Ly83a75a52011-09-25 12:14:19 -0700396 </div>
397 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700398 <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>
Robert Ly83a75a52011-09-25 12:14:19 -0700400 </ul>
401 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700402 <li><a href="<?cs var:toroot?>guide/topics/connectivity/wifip2p.html">
Scott Main3e06f2c2012-03-30 10:29:33 -0700403 <span class="en">Wi-Fi Direct</span></a>
Robert Ly12a1de02011-11-02 11:56:50 -0700404 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700405 <li class="nav-section">
406 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/usb/index.html">
Robert Lybde2b922011-04-18 10:18:30 -0700407 <span class="en">USB</span></a>
Robert Lybde2b922011-04-18 10:18:30 -0700408 </div>
409 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700410 <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>
Robert Lybde2b922011-04-18 10:18:30 -0700412 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700413 </li>
414 <li><a href="<?cs var:toroot?>guide/topics/connectivity/sip.html">
415 <span class="en">SIP</span>
416 </a>
417 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700418
Scott Main50e990c2012-06-21 17:14:39 -0700419 </ul>
420 </li><!-- end of connectivity -->
Joe Fernandez89829392012-08-01 16:21:17 -0700421
Scott Main50e990c2012-06-21 17:14:39 -0700422 <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 -->
Joe Fernandez89829392012-08-01 16:21:17 -0700438
Scott Main50e990c2012-06-21 17:14:39 -0700439 <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>
Scott Main223a94d2011-05-06 09:53:29 -0700449 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700450 <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
Joe Fernandez89829392012-08-01 16:21:17 -0700456
Scott Main50e990c2012-06-21 17:14:39 -0700457 <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>
Joe Malina7fda212010-10-18 17:07:45 -0700461 <ul>
462 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700463 <a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
464 <span class="en">Device Policies</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700465 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700466 <!--
Joe Malina7fda212010-10-18 17:07:45 -0700467 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700468 <a href="<?cs var:toroot?>guide/topics/admin/keychain.html">
469 <span class="en">Certificate Store</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700470 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700471 -->
Joe Malina7fda212010-10-18 17:07:45 -0700472 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700473 </li><!-- end of administration -->
Joe Fernandez89829392012-08-01 16:21:17 -0700474
Scott Main50e990c2012-06-21 17:14:39 -0700475 <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>
Bill Gruberdf71cab2011-02-01 23:01:16 -0800479 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700480 <li><a href="<?cs var:toroot ?>guide/webapps/overview.html">
481 <span class="en">Overview</span>
Bill Gruber6c60e9a2011-09-08 15:41:22 -0700482 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700483 <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html">
484 <span class="en">Targeting Screens from Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700485 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700486 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
487 <span class="en">Building Web Apps in WebView</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800488 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700489 <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html">
490 <span class="en">Debugging Web Apps</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800491 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700492 <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html">
493 <span class="en">Best Practices for Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700494 </a></li>
495 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700496 </li><!-- end of web apps -->
Joe Fernandez89829392012-08-01 16:21:17 -0700497
Scott Main50e990c2012-06-21 17:14:39 -0700498 <li class="nav-section">
499 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/index.html">
Scott Maina21ac882012-01-30 15:27:37 -0800500 <span class="en">Best Practices</span>
501 <span class="de" style="display:none">Bewährte Verfahren</span>
502 <span class="es" style="display:none">Prácticas 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>
Scott Main50e990c2012-06-21 17:14:39 -0700508 </div></a>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800509 <ul>
Dirk Doughertya0711e72010-05-07 15:14:56 -0700510 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html">
511 <span class="en">Compatibility</span>
Scott Main2e5a22a2010-10-08 15:23:26 -0700512 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700513 <li class="nav-section">
514 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
Scott Main6aa2b622011-03-09 14:26:58 -0800515 <span class="en">Supporting Multiple Screens</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700516 </a></div>
Scott Main6aa2b622011-03-09 14:26:58 -0800517 <ul>
518 <li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html">
519 <span class="en">Distributing to Specific Screens</span>
Dirk Doughertyf4b55402009-10-09 17:14:28 -0700520 </a></li>
Scott Maindb909162011-06-22 14:28:44 -0700521 <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
522 <span class="en">Screen Compatibility Mode</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700523 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700524 <!--<li><a href="<?cs var:toroot ?>guide/practices/screens-support-1.5.html">
Scott Main6aa2b622011-03-09 14:26:58 -0800525 <span class="en">Strategies for Android 1.5</span>
Scott Main50e990c2012-06-21 17:14:39 -0700526 </a></li> -->
Scott Main6aa2b622011-03-09 14:26:58 -0800527 </ul>
528 </li>
Scott Main5e44f682011-10-07 01:33:09 -0700529 <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html">
530 <span class="en">Supporting Tablets and Handsets</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700531 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700532
533 </ul>
534 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700535
Scott Main50e990c2012-06-21 17:14:39 -0700536 <!-- this needs to move
537 <li class="nav-section">
538 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700539 <span class="en">UI Guidelines</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800540 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700541 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700542 <li class="nav-section">
543 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html">
Scott Main258a51e2011-10-25 12:11:40 -0700544 <span class="en">Icon Design</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800545 </a></div>
Roman Nurikd602b352010-10-17 21:33:05 -0700546 <ul>
547 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_launcher.html">
Scott Main258a51e2011-10-25 12:11:40 -0700548 <span class="en">Launcher Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800549 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700550 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_menu.html">
551 <span class="en">Menu Icons</span>
552 </a></li>
Roman Nurikced7edd2011-09-28 13:01:20 -0700553 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_action_bar.html">
Scott Main258a51e2011-10-25 12:11:40 -0700554 <span class="en">Action Bar Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800555 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700556 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_status_bar.html">
Scott Main258a51e2011-10-25 12:11:40 -0700557 <span class="en">Status Bar Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800558 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700559 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_tab.html">
560 <span class="en">Tab Icons</span>
561 </a></li>
562 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_dialog.html">
563 <span class="en">Dialog Icons</span>
564 </a></li>
565 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_list.html">
566 <span class="en">List View Icons</span>
567 </a></li>
568 </ul>
569 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700570 <li><div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">
Scott Main258a51e2011-10-25 12:11:40 -0700571 <span class="en">App Widget Design</span>
Scott Main50e990c2012-06-21 17:14:39 -0700572 </a></div>
573 </li>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700574 </ul>
Joe Fernandez89829392012-08-01 16:21:17 -0700575 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700576 </ul> -->
Joe Fernandez89829392012-08-01 16:21:17 -0700577
Scott Main50e990c2012-06-21 17:14:39 -0700578<!-- Remove
579 <li class="nav-section">
580 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/appendix/index.html">
581 <span class="en">Appendix</span>
582 <span class="de" style="display:none">Anhang</span>
583 <span class="es" style="display:none">Apéndice</span>
584 <span class="fr" style="display:none">Annexes</span>
585 <span class="it" style="display:none">Appendice</span>
586 <span class="ja" style="display:none">付録</span>
587 <span class="zh-CN" style="display:none">附录</span>
588 <span class="zh-TW" style="display:none">附錄</span>
589 </a></div>
Scott Main65e62f42010-09-20 12:46:34 -0700590 <ul>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700591 <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">
592 <span class="en">Intents List: Google Apps</span>
593 </a></li>
Joe Fernandez89829392012-08-01 16:21:17 -0700594
Scott Main50e990c2012-06-21 17:14:39 -0700595
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700596 <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html">
597 <span class="en">Glossary</span>
598 </a></li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800599 </ul>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700600 </li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800601
Scott Main50e990c2012-06-21 17:14:39 -0700602</li>
603-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800604</ul>
605
Scott Main50e990c2012-06-21 17:14:39 -0700606
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800607<script type="text/javascript">
608<!--
609 buildToggleLists();
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700610 changeNavLang(getLangPref());
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800611//-->
612</script>
Scott Main50e990c2012-06-21 17:14:39 -0700613