blob: 73d5b7437fc99fd2776fe36a0d92536bfa00fab3 [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">
Scott Main5cdadb42013-11-05 18:29:52 -08009
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 Fernandez89829392012-08-01 16:21:17 -070028
Scott Main50e990c2012-06-21 17:14:39 -070029 <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 Project9066cfe2009-03-03 19:31:44 -080033 <ul>
Scott Main5cdadb42013-11-05 18:29:52 -080034 <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 Main50e990c2012-06-21 17:14:39 -070043 </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 Main9bf45a02011-02-03 18:46:45 -080048 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070049 <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 Main9bf45a02011-02-03 18:46:45 -080058 </ul>
59 </li>
Scott Main50e990c2012-06-21 17:14:39 -070060 <li class="nav-section">
61 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/services.html">
62 <span class="en">Services</span>
63 </a></div>
Scott Main9bf45a02011-02-03 18:46:45 -080064 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070065 <li><a href="<?cs var:toroot ?>guide/components/bound-services.html">
66 <span class="en">Bound Services</span>
67 </a></li>
Scott Maine40c4632012-06-25 10:02:13 -070068 <li><a href="<?cs var:toroot ?>guide/components/aidl.html">
69 <span class="en">AIDL</span>
70 </a></li>
Scott Main9bf45a02011-02-03 18:46:45 -080071 </ul>
72 </li>
Scott Main50e990c2012-06-21 17:14:39 -070073 <li class="nav-section">
74 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
Scott Main9bf45a02011-02-03 18:46:45 -080075 <span class="en">Content Providers</span>
Scott Maind25ad2f2011-12-15 13:11:12 -080076 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070077 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070078 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-provider-basics.html">
79 <span class="en">Content Provider Basics</span>
80 </a></li>
81 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-provider-creating.html">
82 <span class="en">Creating a Content Provider</span>
83 </a></li>
84 <li><a href="<?cs var:toroot ?>guide/topics/providers/calendar-provider.html">
85 <span class="en">Calendar Provider</span>
86 </a></li>
87 <li><a href="<?cs var:toroot ?>guide/topics/providers/contacts-provider.html">
88 <span class="en">Contacts Provider</span>
89 </a></li>
Katie McCormickf0c2bfd2013-10-27 14:47:18 -070090 <li><a href="<?cs var:toroot ?>guide/topics/providers/document-provider.html">
91 <span class="en">Storage Access Framework</span>
92 </a></li>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -070093 </ul>
Scott Mainb83a2832010-04-29 13:26:53 -070094 </li>
Scott Maindf75bdc2013-01-15 15:12:13 -080095 <li class="nav-section">
kmccormick25072c72013-03-01 16:13:21 -080096 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/appwidgets/index.html">
Scott Main50e990c2012-06-21 17:14:39 -070097 <span class="en">App Widgets</span>
kmccormick25072c72013-03-01 16:13:21 -080098 </a></div>
99 <ul>
100 <li><a href="<?cs var:toroot ?>guide/topics/appwidgets/host.html">
101 <span class="en">App Widget Host</span>
102 </a></li>
103 </ul>
104 </li>
Scott Main5cdadb42013-11-05 18:29:52 -0800105 <li><a href="<?cs var:toroot ?>guide/components/processes-and-threads.html">
106 <span class="en">Processes and Threads</span>
107 </a>
108 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700109 </ul>
110 </li>
111
Scott Main5cdadb42013-11-05 18:29:52 -0800112
113 <li class="nav-section">
114 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/index.html">
115 <span class="en">App Resources</span>
116 </a></div>
117 <ul>
118 <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html">
119 <span class="en">Overview</span>
120 </a></li>
121 <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html">
122 <span class="en">Providing Resources</span>
123 </a></li>
124 <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html">
125 <span class="en">Accessing Resources</span>
126 </a></li>
127 <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html">
128 <span class="en">Handling Runtime Changes</span>
129 </a></li>
130 <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html">
131 <span class="en">Localization</span>
132 </a></li>
133 <li class="nav-section">
134 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html">
135 <span class="en">Resource Types</span>
136 </a></div>
137 <ul>
138 <li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li>
139 <li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li>
140 <li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li>
141 <li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li>
142 <li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li>
143 <li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li>
144 <li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li>
145 <li><a href="<?cs var:toroot ?>guide/topics/resources/more-resources.html">More Types</a></li>
146 </ul>
147 </li><!-- end of resource types -->
148 </ul>
149 </li><!-- end of app resources -->
150
151
152
153 <li class="nav-section">
154 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-intro.html">
155 <span class="en">App Manifest</span>
156 </a></div>
157 <ul>
158 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html">&lt;action&gt;</a></li>
159 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></li>
160 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></li>
161 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html">&lt;application&gt;</a></li>
162 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html">&lt;category&gt;</a></li>
163 <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html">&lt;compatible-screens&gt;</a></li>
164 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html">&lt;data&gt;</a></li>
165 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></li>
166 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html">&lt;instrumentation&gt;</a></li>
167 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></li>
168 <li><a href="<?cs var:toroot ?>guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></li>
169 <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></li>
170 <li><a href="<?cs var:toroot ?>guide/topics/manifest/path-permission-element.html">&lt;path-permission&gt;</a></li>
171 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></li>
172 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-group-element.html">&lt;permission-group&gt;</a></li>
173 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></li>
174 <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></li>
175 <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></li>
176 <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html">&lt;service&gt;</a></li>
177 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html">&lt;supports-gl-texture&gt;</a></li>
178 <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li><!-- ##api level 4## -->
179 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></li>
180 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
181 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li>
182 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></li>
183 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a></li>
184 </ul>
185 </li><!-- end of the manifest file -->
186
187
188
Scott Main50e990c2012-06-21 17:14:39 -0700189 <li class="nav-section">
190 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
191 <span class="en">User Interface</span>
192 </a></div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800193 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700194 <li><a href="<?cs var:toroot ?>guide/topics/ui/overview.html">
195 <span class="en">Overview</span>
196 </a></li>
197 <li class="nav-section">
198 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
199 <span class="en">Layouts</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700200 </a></div>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700201 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700202 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/linear.html">
203 <span class="en">Linear Layout</span>
204 </a></li>
205 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/relative.html">
206 <span class="en">Relative Layout</span>
207 </a></li>
208 <!--
209 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/grid.html">
210 <span class="en">Grid Layout</span>
211 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700212 -->
213 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/listview.html">
214 <span class="en">List View</span>
215 </a></li>
216 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout/gridview.html">
217 <span class="en">Grid View</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800218 </a></li>
Robert Ly3401c0e2011-10-12 10:01:41 -0700219 </ul>
220 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700221
222 <li class="nav-section">
223 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/controls.html">
224 <span class="en">Input Controls</span>
Robert Ly3401c0e2011-10-12 10:01:41 -0700225 </a></div>
226 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700227 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/button.html">
228 <span class="en">Buttons</span>
229 </a></li>
230 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/text.html">
231 <span class="en">Text Fields</span>
232 </a></li>
233 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/checkbox.html">
234 <span class="en">Checkboxes</span>
235 </a></li>
236 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/radiobutton.html">
237 <span class="en">Radio Buttons</span>
238 </a></li>
239 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/togglebutton.html">
240 <span class="en">Toggle Buttons</span>
241 </a></li>
242 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/spinner.html">
243 <span class="en">Spinners</span>
244 </a></li>
245 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/pickers.html">
246 <span class="en">Pickers</span>
247 </a></li>
248<!--
249 <li><a href="<?cs var:toroot ?>guide/topics/ui/controls/progress.html">
250 <span class="en">Seek and Progress Bars</span>
251 </a></li>
252-->
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700253 </ul>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800254 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700255 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
256 <span class="en">Input Events</span>
257 </a></li>
258 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">
259 <span class="en">Menus</span></span>
260 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700261 <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html">
262 <span class="en">Action Bar</span>
263 </a></li>
Scott Mainbbb3f412012-03-09 19:10:40 -0800264 <li><a href="<?cs var:toroot ?>guide/topics/ui/settings.html">
265 <span class="en">Settings</span>
266 </a></li>
Scott Maine2497632012-10-12 12:06:10 -0700267 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">
268 <span class="en">Dialogs</span>
269 </a></li>
270 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
271 <span class="en">Notifications</span>
272 </a></li>
273 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
274 <span class="en">Toasts</span>
275 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700276 <li class="nav-section">
277 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/search/index.html">
278 <span class="en">Search</span>
279 </a></div>
280 <ul>
281 <li><a href="<?cs var:toroot ?>guide/topics/search/search-dialog.html">Creating a Search Interface</a></li>
282 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
283 <li><a href="<?cs var:toroot ?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li>
284 <li><a href="<?cs var:toroot ?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
285 </ul>
Joe Fernandez89829392012-08-01 16:21:17 -0700286 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700287 <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html">
288 <span class="en">Drag and Drop</span>
289 </a></li>
290 <li class="nav-section">
291 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/index.html">
292 <span class="en">Accessibility</span>
293 </a></div>
Robert Ly83a75a52011-09-25 12:14:19 -0700294 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700295 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/apps.html">
296 <span class="en">Making Applications Accessible</span>
297 </a></li>
Joe Fernandez89829392012-08-01 16:21:17 -0700298 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/checklist.html">
299 <span class="en">Accessibility Developer Checklist</span>
300 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700301 <li><a href="<?cs var:toroot ?>guide/topics/ui/accessibility/services.html">
302 <span class="en">Building Accessibility Services</span>
303 </a></li>
Robert Ly83a75a52011-09-25 12:14:19 -0700304 </ul>
305 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700306 <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
307 <span class="en">Styles and Themes</span>
308 </a></li>
309 <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html">
310 <span class="en">Custom Components</span>
311 </a></li>
312 </ul>
313 </li><!-- end of User Interface -->
Robert Lyf197b632011-06-08 22:23:42 -0700314
Scott Main50e990c2012-06-21 17:14:39 -0700315 <li class="nav-section">
316 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
317 <span class="en">Animation and Graphics</span>
318 </a></div>
319 <ul>
320 <li class="nav-section">
321 <li><a href="<?cs var:toroot ?>guide/topics/graphics/overview.html">
322 <span class="en">Overview</span>
323 </a></li>
324 <li><a href="<?cs var:toroot ?>guide/topics/graphics/prop-animation.html">
325 <span class="en">Property Animation</span>
326 </a></li>
327 <li><a href="<?cs var:toroot ?>guide/topics/graphics/view-animation.html">
328 <span class="en">View Animation</span>
329 </a></li>
330 <li><a href="<?cs var:toroot ?>guide/topics/graphics/drawable-animation.html">
331 <span class="en">Drawable Animation</span>
332 </a></li>
333 <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
334 <span class="en">Canvas and Drawables</span>
335 </a></li>
336 <li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html">
Joe Fernandezb5c29e72013-07-09 12:20:36 -0700337 <span class="en">OpenGL ES</span>
Scott Main50e990c2012-06-21 17:14:39 -0700338 </a></li>
339 <li><a href="<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html">
340 <span class="en">Hardware Acceleration</span>
341 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700342 </ul>
343 </li><!-- end of graphics and animation-->
344
Robert Ly864090e2012-06-17 18:22:17 -0700345 <li class="nav-section">
346 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/renderscript/index.html">
347 <span class="en">Computation</span>
348 </a></div>
349 <ul>
350 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html">
Tim Murray015d2682013-05-30 12:34:40 -0700351 <span class="en">RenderScript</span></a>
Robert Ly864090e2012-06-17 18:22:17 -0700352 </li>
353
354 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/advanced.html">
Tim Murray015d2682013-05-30 12:34:40 -0700355 <span class="en">Advanced RenderScript</span></a>
Robert Ly864090e2012-06-17 18:22:17 -0700356 </li>
357 <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference.html">
358 <span class="en">Runtime API Reference</span></a>
359 </li>
360 </ul>
361 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700362 <li class="nav-section">
363 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/media/index.html">
364 <span class="en">Media and Camera</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800365 </a></div>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700366 <ul>
367 <li><a href="<?cs var:toroot ?>guide/topics/media/mediaplayer.html">
368 <span class="en">Media Playback</span></a>
369 </li>
Joe Fernandez70a2adc2014-01-28 16:17:44 -0800370 <li><a href="<?cs var:toroot ?>guide/topics/media/mediarouter.html">
371 <span class="en">MediaRouter</span></a>
372 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700373 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
374 <span class="en">Supported Media Formats</span></a>
375 </li>
376 <li><a href="<?cs var:toroot ?>guide/topics/media/audio-capture.html">
377 <span class="en">Audio Capture</span></a>
378 </li>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700379 <li><a href="<?cs var:toroot ?>guide/topics/media/jetplayer.html">
380 <span class="en">JetPlayer</span></a>
381 </li>
382 <li><a href="<?cs var:toroot ?>guide/topics/media/camera.html">
383 <span class="en">Camera</span></a>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700384 </li>
Joe Fernandez99b70f32011-08-22 15:49:52 -0700385 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700386 </li><!-- end of media and camera -->
387
388 <li class="nav-section">
389 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/sensors/index.html">
390 <span class="en">Location and Sensors</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700391 </a></div>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700392 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700393 <li><a href="<?cs var:toroot ?>guide/topics/location/index.html">
394 <span class="en">Location and Maps</span>
395 </a>
396 <li><a href="<?cs var:toroot ?>guide/topics/location/strategies.html">
397 <span class="en">Location Strategies</span>
398 </a></li>
Bill Gruberf8c029e2011-11-01 09:31:57 -0700399 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_overview.html">
400 <span class="en">Sensors Overview</span>
401 </a></li>
402 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_motion.html">
403 <span class="en">Motion Sensors</span>
404 </a></li>
405 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_position.html">
406 <span class="en">Position Sensors</span>
407 </a></li>
408 <li><a href="<?cs var:toroot ?>guide/topics/sensors/sensors_environment.html">
409 <span class="en">Environment Sensors</span>
410 </a></li>
411 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700412 </li><!-- end of location and sensors -->
Scott Main50e990c2012-06-21 17:14:39 -0700413
Joe Fernandez89829392012-08-01 16:21:17 -0700414
415
kmccormickf14ff1c2013-06-06 11:14:57 -0700416<li class="nav-section">
Scott Main50e990c2012-06-21 17:14:39 -0700417 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/connectivity/index.html">
418 <span class="en">Connectivity</span>
Scott Mainfa4596e2010-08-17 20:29:03 -0700419 </a></div>
420 <ul>
kmccormickf14ff1c2013-06-06 11:14:57 -0700421 <li class="nav-section">
422 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/bluetooth.html">
423 <span class="en">Bluetooth</span></a>
424 </div>
425 <ul>
426 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/bluetooth-le.html">Bluetooth Low Energy</a></li>
427 </ul>
428 </li>
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/connectivity/nfc/index.html">
431 <span class="en">NFC</span></a>
Robert Ly83a75a52011-09-25 12:14:19 -0700432 </div>
433 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700434 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/nfc.html">NFC Basics</a></li>
435 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/advanced-nfc.html">Advanced NFC</a></li>
Scott Main6af82cf2013-10-31 09:06:59 -0700436 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/hce.html">Host-based Card Emulation</a></li>
Robert Ly83a75a52011-09-25 12:14:19 -0700437 </ul>
438 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700439 <li><a href="<?cs var:toroot?>guide/topics/connectivity/wifip2p.html">
Scott Mainf5e09702013-08-22 17:19:17 -0700440 <span class="en">Wi-Fi P2P</span></a>
Robert Ly12a1de02011-11-02 11:56:50 -0700441 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700442 <li class="nav-section">
443 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/connectivity/usb/index.html">
Robert Lybde2b922011-04-18 10:18:30 -0700444 <span class="en">USB</span></a>
Robert Lybde2b922011-04-18 10:18:30 -0700445 </div>
446 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700447 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/accessory.html">Accessory</a></li>
448 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/usb/host.html">Host</a></li>
Robert Lybde2b922011-04-18 10:18:30 -0700449 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700450 </li>
451 <li><a href="<?cs var:toroot?>guide/topics/connectivity/sip.html">
452 <span class="en">SIP</span>
453 </a>
454 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700455
Scott Main50e990c2012-06-21 17:14:39 -0700456 </ul>
457 </li><!-- end of connectivity -->
Joe Fernandez89829392012-08-01 16:21:17 -0700458
kmccormickf14ff1c2013-06-06 11:14:57 -0700459
Scott Main50e990c2012-06-21 17:14:39 -0700460 <li class="nav-section">
461 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/text/index.html">
462 <span class="en">Text and Input</span>
463 </a></div>
464 <ul>
465 <li><a href="<?cs var:toroot ?>guide/topics/text/copy-paste.html">
466 <span class="en">Copy and Paste</span>
467 </a></li>
468 <li><a href="<?cs var:toroot ?>guide/topics/text/creating-input-method.html">
469 <span class="en">Creating an IME</span>
470 </a></li>
471 <li><a href="<?cs var:toroot ?>guide/topics/text/spell-checker-framework.html">
472 <span class="en">Spelling Checker</span>
473 </a></li>
474 </ul>
475 </li><!-- end of text and input -->
Joe Fernandez89829392012-08-01 16:21:17 -0700476
Scott Main50e990c2012-06-21 17:14:39 -0700477 <li class="nav-section">
478 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/data/index.html">
479 <span class="en">Data Storage</span>
480 </a></div>
481 <ul>
482 <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
483 <span class="en">Storage Options</span>
484 </a></li>
485 <li><a href="<?cs var:toroot ?>guide/topics/data/backup.html">
486 <span class="en">Data Backup</span>
Scott Main223a94d2011-05-06 09:53:29 -0700487 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700488 <li><a href="<?cs var:toroot ?>guide/topics/data/install-location.html">
489 <span class="en">App Install Location</span>
490 </a></li>
491 </ul>
492 </li><!-- end of data storage -->
493
Joe Fernandez89829392012-08-01 16:21:17 -0700494
Scott Main50e990c2012-06-21 17:14:39 -0700495 <li class="nav-section">
496 <div class="nav-section-header"><a href="<?cs var:toroot?>guide/topics/admin/index.html">
497 <span class="en">Administration</span>
498 </a></div>
Joe Malina7fda212010-10-18 17:07:45 -0700499 <ul>
500 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700501 <a href="<?cs var:toroot?>guide/topics/admin/device-admin.html">
502 <span class="en">Device Policies</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700503 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700504 <!--
Joe Malina7fda212010-10-18 17:07:45 -0700505 <li>
Scott Main50e990c2012-06-21 17:14:39 -0700506 <a href="<?cs var:toroot?>guide/topics/admin/keychain.html">
507 <span class="en">Certificate Store</span></a>
Joe Malina7fda212010-10-18 17:07:45 -0700508 </li>
Scott Main50e990c2012-06-21 17:14:39 -0700509 -->
Joe Malina7fda212010-10-18 17:07:45 -0700510 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700511 </li><!-- end of administration -->
Joe Fernandez89829392012-08-01 16:21:17 -0700512
Scott Main50e990c2012-06-21 17:14:39 -0700513 <li class="nav-section">
514 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/webapps/index.html">
515 <span class="en">Web Apps</span>
516 </a></div>
Bill Gruberdf71cab2011-02-01 23:01:16 -0800517 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700518 <li><a href="<?cs var:toroot ?>guide/webapps/targeting.html">
Scott Main5342f652013-09-10 10:54:46 -0700519 <span class="en">Supporting Different Screens in Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700520 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700521 <li><a href="<?cs var:toroot ?>guide/webapps/webview.html">
522 <span class="en">Building Web Apps in WebView</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800523 </a></li>
Scott Maindcb40062013-10-29 17:56:00 -0700524 <li><a href="<?cs var:toroot ?>guide/webapps/migrating.html">
525 <span class="en">Migrating to WebView in Android 4.4</span>
526 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700527 <li><a href="<?cs var:toroot ?>guide/webapps/debugging.html">
528 <span class="en">Debugging Web Apps</span>
Scott Maind25ad2f2011-12-15 13:11:12 -0800529 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700530 <li><a href="<?cs var:toroot ?>guide/webapps/best-practices.html">
531 <span class="en">Best Practices for Web Apps</span>
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700532 </a></li>
533 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700534 </li><!-- end of web apps -->
Joe Fernandez89829392012-08-01 16:21:17 -0700535
Scott Main50e990c2012-06-21 17:14:39 -0700536 <li class="nav-section">
537 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/index.html">
Scott Maina21ac882012-01-30 15:27:37 -0800538 <span class="en">Best Practices</span>
539 <span class="de" style="display:none">Bewährte Verfahren</span>
540 <span class="es" style="display:none">Prácticas recomendadas</span>
541 <span class="fr" style="display:none">Meilleures pratiques</span>
542 <span class="it" style="display:none">Best practice</span>
543 <span class="ja" style="display:none">ベスト プラクティス</span>
Dirk Doughertyb582c6782013-05-04 10:54:52 -0700544 <span class="zh-cn" style="display:none">最佳实践</span>
545 <span class="zh-tw" style="display:none">最佳實務</span>
Scott Main50e990c2012-06-21 17:14:39 -0700546 </div></a>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800547 <ul>
Scott Main50e990c2012-06-21 17:14:39 -0700548 <li class="nav-section">
549 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
Scott Main6aa2b622011-03-09 14:26:58 -0800550 <span class="en">Supporting Multiple Screens</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700551 </a></div>
Scott Main6aa2b622011-03-09 14:26:58 -0800552 <ul>
553 <li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html">
554 <span class="en">Distributing to Specific Screens</span>
Dirk Doughertyf4b55402009-10-09 17:14:28 -0700555 </a></li>
Scott Maindb909162011-06-22 14:28:44 -0700556 <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
557 <span class="en">Screen Compatibility Mode</span>
Scott Main9ed517d2011-09-21 21:04:19 -0700558 </a></li>
Scott Main6aa2b622011-03-09 14:26:58 -0800559 </ul>
560 </li>
Scott Main5e44f682011-10-07 01:33:09 -0700561 <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html">
562 <span class="en">Supporting Tablets and Handsets</span>
Scott Main3e06f2c2012-03-30 10:29:33 -0700563 </a></li>
Scott Main50e990c2012-06-21 17:14:39 -0700564
565 </ul>
566 </li>
Joe Fernandez89829392012-08-01 16:21:17 -0700567
Joe Fernandez89829392012-08-01 16:21:17 -0700568
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800569</ul>
570
Scott Main50e990c2012-06-21 17:14:39 -0700571
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800572<script type="text/javascript">
573<!--
574 buildToggleLists();
Dirk Dougherty13d30dc32009-07-07 17:37:13 -0700575 changeNavLang(getLangPref());
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800576//-->
577</script>
Scott Main50e990c2012-06-21 17:14:39 -0700578