blob: 0f3db799b8f68acc3c47acf157ff9a8235160bb4 [file] [log] [blame]
Elliot Waite20d6d772016-03-15 18:58:55 -07001toc:
2- title: Introduction
3 path: /guide/index.html
4 section:
5 - title: App Fundamentals
6 path: /guide/components/fundamentals.html
7 - title: Device Compatibility
8 path: /guide/practices/compatibility.html
9 - title: System Permissions
10 path: /guide/topics/security/permissions.html
11
12- title: App Components
13 path: /guide/components/index.html
14 section:
15 - title: Intents and Intent Filters
16 path: /guide/components/intents-filters.html
17 section:
18 - title: Common Intents
19 path: /guide/components/intents-common.html
20 - title: Activities
21 path: /guide/components/activities.html
22 section:
23 - title: Fragments
24 path: /guide/components/fragments.html
25 - title: Loaders
26 path: /guide/components/loaders.html
27 - title: Tasks and Back Stack
28 path: /guide/components/tasks-and-back-stack.html
29 - title: Overview Screen
30 path: /guide/components/recents.html
31 - title: Services
32 path: /guide/components/services.html
33 section:
34 - title: Bound Services
35 path: /guide/components/bound-services.html
36 - title: AIDL
37 path: /guide/components/aidl.html
38 - title: Content Providers
39 path: /guide/topics/providers/content-providers.html
40 section:
41 - title: Content Provider Basics
42 path: /guide/topics/providers/content-provider-basics.html
43 - title: Creating a Content Provider
44 path: /guide/topics/providers/content-provider-creating.html
45 - title: Calendar Provider
46 path: /guide/topics/providers/calendar-provider.html
47 - title: Contacts Provider
48 path: /guide/topics/providers/contacts-provider.html
49 - title: Storage Access Framework
50 path: /guide/topics/providers/document-provider.html
51 - title: App Widgets
52 path: /guide/topics/appwidgets/index.html
53 section:
54 - title: App Widget Host
55 path: /guide/topics/appwidgets/host.html
56 - title: Processes and Threads
57 path: /guide/components/processes-and-threads.html
58
59- title: App Resources
60 path: /guide/topics/resources/index.html
61 section:
62 - title: Overview
63 path: /guide/topics/resources/overview.html
64 - title: Providing Resources
65 path: /guide/topics/resources/providing-resources.html
66 - title: Accessing Resources
67 path: /guide/topics/resources/accessing-resources.html
68 - title: Handling Runtime Changes
69 path: /guide/topics/resources/runtime-changes.html
70 - title: Localization
71 path: /guide/topics/resources/localization.html
Eric Schmidt10da3432016-07-20 11:47:33 -070072 section:
73 - title: ICU4J Android Framework APIs
74 path: /guide/topics/resources/icu4j-framework.html
Eric Schmidt32e428e2016-07-22 10:34:54 -070075 - title: Language and Locale
76 path: /guide/topics/resources/multilingual-support.html
Elliot Waite20d6d772016-03-15 18:58:55 -070077 - title: Resource Types
78 path: /guide/topics/resources/available-resources.html
79 section:
80 - title: Animation
81 path: /guide/topics/resources/animation-resource.html
82 - title: Color State List
83 path: /guide/topics/resources/color-list-resource.html
84 - title: Drawable
85 path: /guide/topics/resources/drawable-resource.html
86 - title: Layout
87 path: /guide/topics/resources/layout-resource.html
88 - title: Menu
89 path: /guide/topics/resources/menu-resource.html
90 - title: String
91 path: /guide/topics/resources/string-resource.html
92 - title: Style
93 path: /guide/topics/resources/style-resource.html
94 - title: More Types
95 path: /guide/topics/resources/more-resources.html
96
97- title: App Manifest
98 path: /guide/topics/manifest/manifest-intro.html
99 section:
100 - title: <action>
101 path: /guide/topics/manifest/action-element.html
102 - title: <activity>
103 path: /guide/topics/manifest/activity-element.html
104 - title: <activity-alias>
105 path: /guide/topics/manifest/activity-alias-element.html
106 - title: <application>
107 path: /guide/topics/manifest/application-element.html
108 - title: <category>
109 path: /guide/topics/manifest/category-element.html
110 - title: <compatible-screens>
111 path: /guide/topics/manifest/compatible-screens-element.html
112 - title: <data>
113 path: /guide/topics/manifest/data-element.html
114 - title: <grant-uri-permission>
115 path: /guide/topics/manifest/grant-uri-permission-element.html
116 - title: <instrumentation>
117 path: /guide/topics/manifest/instrumentation-element.html
118 - title: <intent-filter>
119 path: /guide/topics/manifest/intent-filter-element.html
120 - title: <manifest>
121 path: /guide/topics/manifest/manifest-element.html
122 - title: <meta-data>
123 path: /guide/topics/manifest/meta-data-element.html
124 - title: <path-permission>
125 path: /guide/topics/manifest/path-permission-element.html
126 - title: <permission>
127 path: /guide/topics/manifest/permission-element.html
128 - title: <permission-group>
129 path: /guide/topics/manifest/permission-group-element.html
130 - title: <permission-tree>
131 path: /guide/topics/manifest/permission-tree-element.html
132 - title: <provider>
133 path: /guide/topics/manifest/provider-element.html
134 - title: <receiver>
135 path: /guide/topics/manifest/receiver-element.html
136 - title: <service>
137 path: /guide/topics/manifest/service-element.html
138 - title: <supports-gl-texture>
139 path: /guide/topics/manifest/supports-gl-texture-element.html
140 - title: <supports-screens>
141 path: /guide/topics/manifest/supports-screens-element.html
142 - title: <uses-configuration>
143 path: /guide/topics/manifest/uses-configuration-element.html
144 - title: <uses-feature>
145 path: /guide/topics/manifest/uses-feature-element.html
146 - title: <uses-library>
147 path: /guide/topics/manifest/uses-library-element.html
148 - title: <uses-permission>
149 path: /guide/topics/manifest/uses-permission-element.html
150 - title: <uses-permission-sdk-23>
151 path: /guide/topics/manifest/uses-permission-sdk-23-element.html
152 - title: <uses-sdk>
153 path: /guide/topics/manifest/uses-sdk-element.html
154
155- title: User Interface
156 path: /guide/topics/ui/index.html
157 section:
158 - title: Overview
159 path: /guide/topics/ui/overview.html
160 - title: Layouts
161 path: /guide/topics/ui/declaring-layout.html
162 section:
163 - title: Linear Layout
164 path: /guide/topics/ui/layout/linear.html
165 - title: Relative Layout
166 path: /guide/topics/ui/layout/relative.html
167 - title: List View
168 path: /guide/topics/ui/layout/listview.html
169 - title: Grid View
170 path: /guide/topics/ui/layout/gridview.html
171 - title: Input Controls
172 path: /guide/topics/ui/controls.html
173 section:
174 - title: Buttons
175 path: /guide/topics/ui/controls/button.html
176 - title: Text Fields
177 path: /guide/topics/ui/controls/text.html
178 - title: Checkboxes
179 path: /guide/topics/ui/controls/checkbox.html
180 - title: Radio Buttons
181 path: /guide/topics/ui/controls/radiobutton.html
182 - title: Toggle Buttons
183 path: /guide/topics/ui/controls/togglebutton.html
184 - title: Spinners
185 path: /guide/topics/ui/controls/spinner.html
186 - title: Pickers
187 path: /guide/topics/ui/controls/pickers.html
188 - title: Input Events
189 path: /guide/topics/ui/ui-events.html
190 - title: Menus
191 path: /guide/topics/ui/menus.html
192 - title: Settings
193 path: /guide/topics/ui/settings.html
194 - title: Dialogs
195 path: /guide/topics/ui/dialogs.html
196 - title: Notifications
197 path: /guide/topics/ui/notifiers/notifications.html
198 - title: Toasts
199 path: /guide/topics/ui/notifiers/toasts.html
200 - title: Search
201 path: /guide/topics/search/index.html
202 section:
203 - title: Creating a Search Interface
204 path: /guide/topics/search/search-dialog.html
205 - title: Adding Recent Query Suggestions
206 path: /guide/topics/search/adding-recent-query-suggestions.html
207 - title: Adding Custom Suggestions
208 path: /guide/topics/search/adding-custom-suggestions.html
209 - title: Searchable Configuration
210 path: /guide/topics/search/searchable-config.html
211 - title: Drag and Drop
212 path: /guide/topics/ui/drag-drop.html
213 - title: Accessibility
214 path: /guide/topics/ui/accessibility/index.html
215 section:
216 - title: Making Applications Accessible
217 path: /guide/topics/ui/accessibility/apps.html
218 - title: Accessibility Developer Checklist
219 path: /guide/topics/ui/accessibility/checklist.html
220 - title: Building Accessibility Services
221 path: /guide/topics/ui/accessibility/services.html
222 - title: Styles and Themes
223 path: /guide/topics/ui/themes.html
224 - title: Custom Components
225 path: /guide/topics/ui/custom-components.html
226
227- title: Animation and Graphics
228 path: /guide/topics/graphics/index.html
229 section:
230 - title: Overview
231 path: /guide/topics/graphics/overview.html
232 - title: Property Animation
233 path: /guide/topics/graphics/prop-animation.html
234 - title: View Animation
235 path: /guide/topics/graphics/view-animation.html
236 - title: Drawable Animation
237 path: /guide/topics/graphics/drawable-animation.html
238 - title: Canvas and Drawables
239 path: /guide/topics/graphics/2d-graphics.html
240 - title: OpenGL ES
241 path: /guide/topics/graphics/opengl.html
242 - title: Hardware Acceleration
243 path: /guide/topics/graphics/hardware-accel.html
244
245- title: Computation
246 path: /guide/topics/renderscript/index.html
247 section:
248 - title: RenderScript
249 path: /guide/topics/renderscript/compute.html
250 - title: Advanced RenderScript
251 path: /guide/topics/renderscript/advanced.html
252 - title: Runtime API Reference
253 path: /guide/topics/renderscript/reference/overview.html
254 section:
255 - title: Numerical Types
256 path: /guide/topics/renderscript/reference/rs_value_types.html
257 - title: Object Types
258 path: /guide/topics/renderscript/reference/rs_object_types.html
259 - title: Conversion Functions
260 path: /guide/topics/renderscript/reference/rs_convert.html
261 - title: Mathematical Constants and Functions
262 path: /guide/topics/renderscript/reference/rs_math.html
263 - title: Vector Math Functions
264 path: /guide/topics/renderscript/reference/rs_vector_math.html
265 - title: Matrix Functions
266 path: /guide/topics/renderscript/reference/rs_matrix.html
267 - title: Quaternion Functions
268 path: /guide/topics/renderscript/reference/rs_quaternion.html
269 - title: Atomic Update Functions
270 path: /guide/topics/renderscript/reference/rs_atomic.html
271 - title: Time Functions and Types
272 path: /guide/topics/renderscript/reference/rs_time.html
273 - title: Allocation Data Access Functions
274 path: /guide/topics/renderscript/reference/rs_allocation_data.html
275 - title: Object Characteristics Functions
276 path: /guide/topics/renderscript/reference/rs_object_info.html
277 - title: Kernel Invocation Functions and Types
278 path: /guide/topics/renderscript/reference/rs_for_each.html
279 - title: Input/Output Functions
280 path: /guide/topics/renderscript/reference/rs_io.html
281 - title: Debugging Functions
282 path: /guide/topics/renderscript/reference/rs_debug.html
283 - title: Graphics Functions and Types
284 path: /guide/topics/renderscript/reference/rs_graphics.html
285 - title: Index
286 path: /guide/topics/renderscript/reference/index.html
287
288- title: Media and Camera
289 path: /guide/topics/media/index.html
290 section:
291 - title: Media Playback
292 path: /guide/topics/media/mediaplayer.html
293 - title: Media Router
294 path: /guide/topics/media/mediarouter.html
295 - title: Media Route Provider
296 path: /guide/topics/media/mediarouteprovider.html
297 - title: ExoPlayer
298 path: /guide/topics/media/exoplayer.html
299 - title: Supported Media Formats
300 path: /guide/appendix/media-formats.html
301 - title: Audio Capture
302 path: /guide/topics/media/audio-capture.html
303 - title: JetPlayer
304 path: /guide/topics/media/jetplayer.html
305 - title: Camera
306 path: /guide/topics/media/camera.html
307
308- title: Location and Sensors
309 path: /guide/topics/sensors/index.html
310 section:
311 - title: Location and Maps
312 path: /guide/topics/location/index.html
313 - title: Location Strategies
314 path: /guide/topics/location/strategies.html
315 - title: Sensors Overview
316 path: /guide/topics/sensors/sensors_overview.html
317 - title: Motion Sensors
318 path: /guide/topics/sensors/sensors_motion.html
319 - title: Position Sensors
320 path: /guide/topics/sensors/sensors_position.html
321 - title: Environment Sensors
322 path: /guide/topics/sensors/sensors_environment.html
323
324- title: Connectivity
325 path: /guide/topics/connectivity/index.html
326 section:
327 - title: Bluetooth
328 path: /guide/topics/connectivity/bluetooth.html
329 section:
330 - title: Bluetooth Low Energy
331 path: /guide/topics/connectivity/bluetooth-le.html
332 - title: NFC
333 path: /guide/topics/connectivity/nfc/index.html
334 section:
335 - title: NFC Basics
336 path: /guide/topics/connectivity/nfc/nfc.html
337 - title: Advanced NFC
338 path: /guide/topics/connectivity/nfc/advanced-nfc.html
339 - title: Host-based Card Emulation
340 path: /guide/topics/connectivity/nfc/hce.html
341 - title: Wi-Fi P2P
342 path: /guide/topics/connectivity/wifip2p.html
343 - title: USB
344 path: /guide/topics/connectivity/usb/index.html
345 section:
346 - title: Accessory
347 path: /guide/topics/connectivity/usb/accessory.html
348 - title: Host
349 path: /guide/topics/connectivity/usb/host.html
350 - title: SIP
351 path: /guide/topics/connectivity/sip.html
352
353- title: Text and Input
354 path: /guide/topics/text/index.html
355 section:
356 - title: Copy and Paste
357 path: /guide/topics/text/copy-paste.html
358 - title: Creating an IME
359 path: /guide/topics/text/creating-input-method.html
360 - title: Spelling Checker
361 path: /guide/topics/text/spell-checker-framework.html
362
363- title: Data Storage
364 path: /guide/topics/data/index.html
365 section:
366 - title: Storage Options
367 path: /guide/topics/data/data-storage.html
368 - title: Data Backup
369 path: /guide/topics/data/backup.html
370 - title: App Install Location
371 path: /guide/topics/data/install-location.html
372
Andrew Solovay7877f692016-04-26 16:00:59 -0700373- title: Libraries
Andrew Solovayf33272d2016-05-03 11:41:07 -0700374 path: /topic/libraries/index.html
Andrew Solovay084d99b2016-05-04 15:31:24 -0700375 section:
376 - include: /topic/libraries/_book.yaml
Andrew Solovay7877f692016-04-26 16:00:59 -0700377
Elliot Waite20d6d772016-03-15 18:58:55 -0700378- title: Administration
379 path: /guide/topics/admin/index.html
380 section:
381 - title: Device Policies
382 path: /guide/topics/admin/device-admin.html
383
384- title: Web Apps
385 path: /guide/webapps/index.html
386 section:
387 - title: Supporting Different Screens in Web Apps
388 path: /guide/webapps/targeting.html
389 - title: Building Web Apps in WebView
390 path: /guide/webapps/webview.html
391 - title: Migrating to WebView in Android 4.4
392 path: /guide/webapps/migrating.html
393 - title: Debugging Web Apps
394 path: /guide/webapps/debugging.html
395 - title: Best Practices for Web Apps
396 path: /guide/webapps/best-practices.html
397
398- title: Best Practices
399 path: /guide/practices/index.html
Elliot Waite988248da2016-04-26 19:46:39 -0700400 path_attributes:
401 - name: de-lang
402 value: Bewährte Verfahren
403 - name: es-lang
404 value: Prácticas recomendadas
405 - name: fr-lang
406 value: Meilleures pratiques
407 - name: it-lang
408 value: Best practice
409 - name: ja-lang
410 value: ベスト プラクティス
411 - name: zh-cn-lang
412 value: 最佳实践
413 - name: zh-tw-lang
414 value: 最佳實務
Elliot Waite20d6d772016-03-15 18:58:55 -0700415 section:
416 - title: Supporting Multiple Screens
417 path: /guide/practices/screens_support.html
418 section:
419 - title: Distributing to Specific Screens
420 path: /guide/practices/screens-distribution.html
421 - title: Screen Compatibility Mode
422 path: /guide/practices/screen-compat-mode.html
423 - title: Supporting Tablets and Handsets
424 path: /guide/practices/tablets-and-handsets.html
425 - title: Verifying App Behavior on ART
426 path: /guide/practices/verifying-apps-art.html