blob: 16dca9d56511aa935e2937c3a5935e64ea7ca598 [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>
kmccormick25072c72013-03-01 16:13:21 -080079 <li class="nav-section">
80 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html">
Scott Main50e990c2012-06-21 17:14:39 -070081 <span class="en">App Widgets</span>
kmccormick25072c72013-03-01 16:13:21 -080082 </a></div>
83 <ul>
84 <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/host.html">
85 <span class="en">App Widget Host</span>
86 </a></li>
87 </ul>
88 </li>
Scott Main50e990c2012-06-21 17:14:39 -070089 <li class="nav-section">
90 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html">
91 <span class="en">Android Manifest</span>
Scott Main9bf45a02011-02-03 18:46:45 -080092 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070093 <ul>
94 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html">&lt;action&gt;</a></li>
95 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></li>
96 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></li>
97 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html">&lt;application&gt;</a></li>
98 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html">&lt;category&gt;</a></li>
Scott Main1b6dd052011-01-31 15:40:59 -080099 <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 -0700100 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html">&lt;data&gt;</a></li>
101 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></li>
102 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html">&lt;instrumentation&gt;</a></li>
103 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></li>
104 <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></li>
105 <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 -0800106 <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 -0700107 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></li>
108 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html">&lt;permission-group&gt;</a></li>
109 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></li>
110 <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></li>
111 <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></li>
112 <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html">&lt;service&gt;</a></li>
Robert Lyc80b7ad2011-07-18 12:51:47 -0700113 <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 -0700114 <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 -0700115 <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 -0700116 <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 -0700117 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li>
118 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></li>
119 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a></li>
120 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700121 </li><!-- end of the manifest file -->
Robert Lyc80b7ad2011-07-18 12:51:47 -0700122
Scott Main50e990c2012-06-21 17:14:39 -0700123 </ul>
124 </li>
125
126 <li class="nav-section">
127 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
128 <span class="en">User Interface</span>
129 </a></div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800130 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700131 <li><a href="<?cs var:toroot ?>guide/topics/ui/overview.html">
132 <span class="en">Overview</span>
133 </a></li>
134 <li class="nav-section">
135 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
136 <span class="en">Layouts</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700137 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700138 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700139 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/linear.html">
140 <span class="en">Linear Layout</span>
141 </a></li>
142 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/relative.html">
143 <span class="en">Relative Layout</span>
144 </a></li>
145 <!--
146 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/grid.html">
147 <span class="en">Grid Layout</span>
148 </a></li>
149 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/tabs.html">
150 <span class="en">Tab Layout</span>
151 </a></li>
152 -->
153 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/listview.html">
154 <span class="en">List View</span>
155 </a></li>
156 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/gridview.html">
157 <span class="en">Grid View</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800158 </a></li>
Robert Ly3401c0e2011-10-12 10:01:41 -0700159 </ul>
160 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700161
162 <li class="nav-section">
163 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/controls.html">
164 <span class="en">Input Controls</span>
Robert Ly3401c0e2011-10-12 10:01:41 -0700165 </a></div>
166 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700167 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/button.html">
168 <span class="en">Buttons</span>
169 </a></li>
170 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/text.html">
171 <span class="en">Text Fields</span>
172 </a></li>
173 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/checkbox.html">
174 <span class="en">Checkboxes</span>
175 </a></li>
176 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/radiobutton.html">
177 <span class="en">Radio Buttons</span>
178 </a></li>
179 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/togglebutton.html">
180 <span class="en">Toggle Buttons</span>
181 </a></li>
182 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/spinner.html">
183 <span class="en">Spinners</span>
184 </a></li>
185 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/pickers.html">
186 <span class="en">Pickers</span>
187 </a></li>
188<!--
189 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/progress.html">
190 <span class="en">Seek and Progress Bars</span>
191 </a></li>
192-->
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700193 </ul>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800194 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700195 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
196 <span class="en">Input Events</span>
197 </a></li>
198 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">
199 <span class="en">Menus</span></span>
200 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700201 <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html">
202 <span class="en">Action Bar</span>
203 </a></li>
Scott Mainbbb3f412012-03-09 19:10:40 -0800204 <li><a href="<?cs var:toroot ?>guide/topics/ui/settings.html">
205 <span class="en">Settings</span>
206 </a></li>
Scott Maine2497632012-10-12 12:06:10 -0700207 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">
208 <span class="en">Dialogs</span>
209 </a></li>
210 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
211 <span class="en">Notifications</span>
212 </a></li>
213 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
214 <span class="en">Toasts</span>
215 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700216 <li class="nav-section">
217 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/search/index.html">
218 <span class="en">Search</span>
219 </a></div>
220 <ul>
221 <li><a href="<?cs var:toroot ?>guide/topics/search/search-dialog.html">Creating a Search Interface</a></li>
222 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
223 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li>
224 <li><a href="<?cs var:toroot ?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
225 </ul>
Joe Fernandez89829392012-08-01 16:21:17 -0700226 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700227 <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
228 <span class="en">Drag and Drop</span>
229 </a></li>
230 <li class="nav-section">
231 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/index.html">
232 <span class="en">Accessibility</span>
233 </a></div>
Robert Ly83a75a52011-09-25 12:14:19 -0700234 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700235 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/apps.html">
236 <span class="en">Making Applications Accessible</span>
237 </a></li>
Joe Fernandez89829392012-08-01 16:21:17 -0700238 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/checklist.html">
239 <span class="en">Accessibility Developer Checklist</span>
240 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700241 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/services.html">
242 <span class="en">Building Accessibility Services</span>
243 </a></li>
Robert Ly83a75a52011-09-25 12:14:19 -0700244 </ul>
245 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700246 <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
247 <span class="en">Styles and Themes</span>
248 </a></li>
249 <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html">
250 <span class="en">Custom Components</span>
251 </a></li>
252 </ul>
253 </li><!-- end of User Interface -->
Robert Lyf197b632011-06-08 22:23:42 -0700254
Scott Main50e990c2012-06-21 17:14:39 -0700255 <li class="nav-section">
256 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/index.html">
257 <span class="en">App Resources</span>
258 </a></div>
259 <ul>
260 <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html">
261 <span class="en">Overview</span>
262 </a></li>
263 <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html">
264 <span class="en">Providing Resources</span>
265 </a></li>
266 <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html">
267 <span class="en">Accessing Resources</span>
268 </a></li>
269 <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html">
270 <span class="en">Handling Runtime Changes</span>
271 </a></li>
272 <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html">
273 <span class="en">Localization</span>
274 </a></li>
275 <li class="nav-section">
276 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html">
277 <span class="en">Resource Types</span>
278 </a></div>
279 <ul>
280 <li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li>
281 <li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li>
282 <li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li>
283 <li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li>
284 <li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li>
285 <li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li>
286 <li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li>
287 <li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li>
288 </ul>
289 </li><!-- end of resource types -->
290 </ul>
291 </li><!-- end of app resources -->
292
293 <li class="nav-section">
294 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
295 <span class="en">Animation and Graphics</span>
296 </a></div>
297 <ul>
298 <li class="nav-section">
299 <li><a href="<?cs var:toroot ?>guide/topics/graphics/overview.html">
300 <span class="en">Overview</span>
301 </a></li>
302 <li><a href="<?cs var:toroot ?>guide/topics/graphics/prop-animation.html">
303 <span class="en">Property Animation</span>
304 </a></li>
305 <li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html">
306 <span class="en">View Animation</span>
307 </a></li>
308 <li><a href="<?cs var:toroot ?>guide/topics/graphics/drawable-animation.html">
309 <span class="en">Drawable Animation</span>
310 </a></li>
311 <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
312 <span class="en">Canvas and Drawables</span>
313 </a></li>
314 <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html">
315 <span class="en">OpenGL</span>
316 </a></li>
317 <li><a href="<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html">
318 <span class="en">Hardware Acceleration</span>
319 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700320 </ul>
321 </li><!-- end of graphics and animation-->
322
Robert Ly864090e2012-06-17 18:22:17 -0700323 <li class="nav-section">
324 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/renderscript/index.html">
325 <span class="en">Computation</span>
326 </a></div>
327 <ul>
328 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html">
Tim Murray015d2682013-05-30 12:34:40 -0700329 <span class="en">RenderScript</span></a>
Robert Ly864090e2012-06-17 18:22:17 -0700330 </li>
331
332 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/advanced.html">
Tim Murray015d2682013-05-30 12:34:40 -0700333 <span class="en">Advanced RenderScript</span></a>
Robert Ly864090e2012-06-17 18:22:17 -0700334 </li>
335 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference.html">
336 <span class="en">Runtime API Reference</span></a>
337 </li>
338 </ul>
339 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700340 <li class="nav-section">
341 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/media/index.html">
342 <span class="en">Media and Camera</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800343 </a></div>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700344 <ul>
345 <li><a href="<?cs var:toroot ?>guide/topics/media/mediaplayer.html">
346 <span class="en">Media Playback</span></a>
347 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700348 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
349 <span class="en">Supported Media Formats</span></a>
350 </li>
351 <li><a href="<?cs var:toroot ?>guide/topics/media/audio-capture.html">
352 <span class="en">Audio Capture</span></a>
353 </li>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700354 <li><a href="<?cs var:toroot ?>guide/topics/media/jetplayer.html">
355 <span class="en">JetPlayer</span></a>
356 </li>
357 <li><a href="<?cs var:toroot ?>guide/topics/media/camera.html">
358 <span class="en">Camera</span></a>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700359 </li>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700360 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700361 </li><!-- end of media and camera -->
362
363 <li class="nav-section">
364 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/sensors/index.html">
365 <span class="en">Location and Sensors</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700366 </a></div>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700367 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700368 <li><a href="<?cs var:toroot ?>guide/topics/location/index.html">
369 <span class="en">Location and Maps</span>
370 </a>
371 <li><a href="<?cs var:toroot ?>guide/topics/location/strategies.html">
372 <span class="en">Location Strategies</span>
373 </a></li>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700374 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_overview.html">
375 <span class="en">Sensors Overview</span>
376 </a></li>
377 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_motion.html">
378 <span class="en">Motion Sensors</span>
379 </a></li>
380 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_position.html">
381 <span class="en">Position Sensors</span>
382 </a></li>
383 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_environment.html">
384 <span class="en">Environment Sensors</span>
385 </a></li>
386 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700387 </li><!-- end of location and sensors -->
Scott Main50e990c2012-06-21 17:14:39 -0700388
Joe Fernandez89829392012-08-01 16:21:17 -0700389
390
Scott Main50e990c2012-06-21 17:14:39 -0700391 <li class="nav-section">
392 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/connectivity/index.html">
393 <span class="en">Connectivity</span>
Scott Mainfa4596e2010-08-17 20:29:03 -0700394 </a></div>
395 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700396 <li><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html">
397 <span class="en">Bluetooth</span>
398 </a>
Katie McCormickd4fac2c2011-06-03 16:50:14 -0700399 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700400 <li class="nav-section">
401 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/nfc/index.html">
402 <span class="en">NFC</span></a>
Robert Ly83a75a52011-09-25 12:14:19 -0700403 </div>
404 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700405 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/nfc.html">NFC Basics</a></li>
406 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/advanced-nfc.html">Advanced NFC</a></li>
Robert Ly83a75a52011-09-25 12:14:19 -0700407 </ul>
408 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700409 <li><a href="<?cs var:toroot?>guide/topics/connectivity/wifip2p.html">
Scott Main3e06f2c2012-03-30 10:29:33 -0700410 <span class="en">Wi-Fi Direct</span></a>
Robert Ly12a1de02011-11-02 11:56:50 -0700411 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700412 <li class="nav-section">
413 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/usb/index.html">
Robert Lybde2b922011-04-18 10:18:30 -0700414 <span class="en">USB</span></a>
Robert Lybde2b922011-04-18 10:18:30 -0700415 </div>
416 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700417 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/accessory.html">Accessory</a></li>
418 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/host.html">Host</a></li>
Robert Lybde2b922011-04-18 10:18:30 -0700419 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700420 </li>
421 <li><a href="<?cs var:toroot?>guide/topics/connectivity/sip.html">
422 <span class="en">SIP</span>
423 </a>
424 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700425
Scott Main50e990c2012-06-21 17:14:39 -0700426 </ul>
427 </li><!-- end of connectivity -->
Joe Fernandez89829392012-08-01 16:21:17 -0700428
Scott Main50e990c2012-06-21 17:14:39 -0700429 <li class="nav-section">
430 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/text/index.html">
431 <span class="en">Text and Input</span>
432 </a></div>
433 <ul>
434 <li><a href="<?cs var:toroot ?>guide/topics/text/copy-paste.html">
435 <span class="en">Copy and Paste</span>
436 </a></li>
437 <li><a href="<?cs var:toroot ?>guide/topics/text/creating-input-method.html">
438 <span class="en">Creating an IME</span>
439 </a></li>
440 <li><a href="<?cs var:toroot ?>guide/topics/text/spell-checker-framework.html">
441 <span class="en">Spelling Checker</span>
442 </a></li>
443 </ul>
444 </li><!-- end of text and input -->
Joe Fernandez89829392012-08-01 16:21:17 -0700445
Scott Main50e990c2012-06-21 17:14:39 -0700446 <li class="nav-section">
447 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/data/index.html">
448 <span class="en">Data Storage</span>
449 </a></div>
450 <ul>
451 <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
452 <span class="en">Storage Options</span>
453 </a></li>
454 <li><a href="<?cs var:toroot ?>guide/topics/data/backup.html">
455 <span class="en">Data Backup</span>
Scott Main223a94d2011-05-06 09:53:29 -0700456 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700457 <li><a href="<?cs var:toroot ?>guide/topics/data/install-location.html">
458 <span class="en">App Install Location</span>
459 </a></li>
460 </ul>
461 </li><!-- end of data storage -->
462
Joe Fernandez89829392012-08-01 16:21:17 -0700463
Scott Main50e990c2012-06-21 17:14:39 -0700464 <li class="nav-section">
465 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/admin/index.html">
466 <span class="en">Administration</span>
467 </a></div>
Joe Malina7fda212010-10-18 17:07:45 -0700468 <ul>
469 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700470 <a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
471 <span class="en">Device Policies</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700472 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700473 <!--
Joe Malina7fda212010-10-18 17:07:45 -0700474 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700475 <a href="<?cs var:toroot?>guide/topics/admin/keychain.html">
476 <span class="en">Certificate Store</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700477 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700478 -->
Joe Malina7fda212010-10-18 17:07:45 -0700479 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700480 </li><!-- end of administration -->
Joe Fernandez89829392012-08-01 16:21:17 -0700481
Scott Main50e990c2012-06-21 17:14:39 -0700482 <li class="nav-section">
483 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/webapps/index.html">
484 <span class="en">Web Apps</span>
485 </a></div>
Bill Gruberdf71cab2011-02-01 23:01:16 -0800486 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700487 <li><a href="<?cs var:toroot ?>guide/webapps/overview.html">
488 <span class="en">Overview</span>
Bill Gruber6c60e9a2011-09-08 15:41:22 -0700489 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700490 <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html">
491 <span class="en">Targeting Screens from Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700492 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700493 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
494 <span class="en">Building Web Apps in WebView</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800495 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700496 <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html">
497 <span class="en">Debugging Web Apps</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800498 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700499 <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html">
500 <span class="en">Best Practices for Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700501 </a></li>
502 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700503 </li><!-- end of web apps -->
Joe Fernandez89829392012-08-01 16:21:17 -0700504
Scott Main50e990c2012-06-21 17:14:39 -0700505 <li class="nav-section">
506 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/index.html">
Scott Maina21ac882012-01-30 15:27:37 -0800507 <span class="en">Best Practices</span>
508 <span class="de" style="display:none">Bewährte Verfahren</span>
509 <span class="es" style="display:none">Prácticas recomendadas</span>
510 <span class="fr" style="display:none">Meilleures pratiques</span>
511 <span class="it" style="display:none">Best practice</span>
512 <span class="ja" style="display:none">ベスト プラクティス</span>
Dirk Doughertyb582c6782013-05-04 10:54:52 -0700513 <span class="zh-cn" style="display:none">最佳实践</span>
514 <span class="zh-tw" style="display:none">最佳實務</span>
Scott Main50e990c2012-06-21 17:14:39 -0700515 </div></a>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800516 <ul>
Dirk Doughertya0711e72010-05-07 15:14:56 -0700517 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html">
518 <span class="en">Compatibility</span>
Scott Main2e5a22a2010-10-08 15:23:26 -0700519 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700520 <li class="nav-section">
521 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
Scott Main6aa2b622011-03-09 14:26:58 -0800522 <span class="en">Supporting Multiple Screens</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700523 </a></div>
Scott Main6aa2b622011-03-09 14:26:58 -0800524 <ul>
525 <li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html">
526 <span class="en">Distributing to Specific Screens</span>
Dirk Doughertyf4b55402009-10-09 17:14:28 -0700527 </a></li>
Scott Maindb909162011-06-22 14:28:44 -0700528 <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
529 <span class="en">Screen Compatibility Mode</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700530 </a></li>
Scott Main6aa2b622011-03-09 14:26:58 -0800531 </ul>
532 </li>
Scott Main5e44f682011-10-07 01:33:09 -0700533 <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html">
534 <span class="en">Supporting Tablets and Handsets</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700535 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700536
537 </ul>
538 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700539
Scott Main50e990c2012-06-21 17:14:39 -0700540 <!-- this needs to move
541 <li class="nav-section">
542 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html">
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700543 <span class="en">UI Guidelines</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800544 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700545 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700546 <li class="nav-section">
547 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html">
Scott Main258a51e2011-10-25 12:11:40 -0700548 <span class="en">Icon Design</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800549 </a></div>
Roman Nurikd602b352010-10-17 21:33:05 -0700550 <ul>
551 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_launcher.html">
Scott Main258a51e2011-10-25 12:11:40 -0700552 <span class="en">Launcher Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800553 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700554 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_menu.html">
555 <span class="en">Menu Icons</span>
556 </a></li>
Roman Nurikced7edd2011-09-28 13:01:20 -0700557 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_action_bar.html">
Scott Main258a51e2011-10-25 12:11:40 -0700558 <span class="en">Action Bar Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800559 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700560 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_status_bar.html">
Scott Main258a51e2011-10-25 12:11:40 -0700561 <span class="en">Status Bar Icons</span>
Scott Maineb5dacd2012-01-09 17:36:46 -0800562 </a></li>
Roman Nurikd602b352010-10-17 21:33:05 -0700563 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_tab.html">
564 <span class="en">Tab Icons</span>
565 </a></li>
566 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_dialog.html">
567 <span class="en">Dialog Icons</span>
568 </a></li>
569 <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design_list.html">
570 <span class="en">List View Icons</span>
571 </a></li>
572 </ul>
573 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700574 <li><div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">
Scott Main258a51e2011-10-25 12:11:40 -0700575 <span class="en">App Widget Design</span>
Scott Main50e990c2012-06-21 17:14:39 -0700576 </a></div>
577 </li>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700578 </ul>
Joe Fernandez89829392012-08-01 16:21:17 -0700579 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700580 </ul> -->
Joe Fernandez89829392012-08-01 16:21:17 -0700581
Scott Main50e990c2012-06-21 17:14:39 -0700582<!-- Remove
583 <li class="nav-section">
584 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/appendix/index.html">
585 <span class="en">Appendix</span>
586 <span class="de" style="display:none">Anhang</span>
587 <span class="es" style="display:none">Apéndice</span>
588 <span class="fr" style="display:none">Annexes</span>
589 <span class="it" style="display:none">Appendice</span>
590 <span class="ja" style="display:none">付録</span>
Dirk Doughertyb582c6782013-05-04 10:54:52 -0700591 <span class="zh-cn" style="display:none">附录</span>
592 <span class="zh-tw" style="display:none">附錄</span>
Scott Main50e990c2012-06-21 17:14:39 -0700593 </a></div>
Scott Main65e62f42010-09-20 12:46:34 -0700594 <ul>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700595 <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html">
596 <span class="en">Intents List: Google Apps</span>
597 </a></li>
Joe Fernandez89829392012-08-01 16:21:17 -0700598
Scott Main50e990c2012-06-21 17:14:39 -0700599
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700600 <li><a href="<?cs var:toroot ?>guide/appendix/glossary.html">
601 <span class="en">Glossary</span>
602 </a></li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800603 </ul>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700604 </li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800605
Scott Main50e990c2012-06-21 17:14:39 -0700606</li>
607-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800608</ul>
609
Scott Main50e990c2012-06-21 17:14:39 -0700610
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800611<script type="text/javascript">
612<!--
613 buildToggleLists();
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700614 changeNavLang(getLangPref());
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800615//-->
616</script>
Scott Main50e990c2012-06-21 17:14:39 -0700617