diff --git a/docs/html/design/building-blocks/buttons.jd b/docs/html/design/building-blocks/buttons.jd index 1c28cbefb1172..82e2477c86be5 100644 --- a/docs/html/design/building-blocks/buttons.jd +++ b/docs/html/design/building-blocks/buttons.jd @@ -36,3 +36,10 @@ use borderless buttons with both icons and text. Borderless buttons are visually than basic buttons and integrate nicely with other content.
+
+
+Developer Guide
+For information about how to build and customize buttons in your app, + see the Buttons API guide.
+Developer Guide
+For information about how to build dialogs in your app, + see the Dialogs API guide.
+Popups are lightweight version of dialogs that require a single selection from the user. Popups @@ -150,3 +156,10 @@ continue editing later. Toasts automatically disappear after a timeout.
+ + +Developer Guide
+For information about how to create toasts, + see the Toasts API guide.
+
+
+
+Developer Guide
+For information about how to create date and time pickers, + see the Pickers API guide.
+Developer Guide
+For information about how to create spinners, + see the Spinners API guide.
+On/off switches toggle the state of a single settings option.
+
+Developer Guide
+For information about how to create these different switches, + see the Checkboxes, + Radio Buttons, or + Toggle Buttons API guides.
+
+
+
+Developer Guide
+For information about how to create tabs, + see the Action Bar API guide.
+Developer Guide
+For information about how to create text fields, provide auto-complete suggestions, + and specify the input mode, + see the Text Fields API guide.
+Turn on the TalkBack service in Settings > Accessibility and navigate your application using directional controls or eyes-free navigation.
+ +Developer Guide
+For information about how to properly implement accessibility in your app, see the + Accessibility + API guide.
+Developer Guide
+For information about how to build an action bar + see the Action Bar API guide. + For information about contextual action bars, read + Creating Contextual Menus. +
+When planning your split action bars, ask yourself questions like these:
diff --git a/docs/html/design/patterns/multi-pane-layouts.jd b/docs/html/design/patterns/multi-pane-layouts.jd index ad888e9bc0fef..e607676152e05 100644 --- a/docs/html/design/patterns/multi-pane-layouts.jd +++ b/docs/html/design/patterns/multi-pane-layouts.jd @@ -86,6 +86,18 @@ you can use to adjust the layout after orientation change while keeping function + +Developer Guide
+For information about how to create multi-pane layouts, read + see the Building + a Dynamic UI with Fragments and + Designing for Multiple Screens. +
+When your app registers to handle intents with an activity deep within the app's hierarchy, refer to Navigation into Your App via Home Screen Widgets and Notifications for guidance on how to specify Up navigation.
+ + + +Developer Guide
+For information about how to build your app with proper Up and Back navigation, read + Implementing + Ancestral Navigation and + Implementing + Temporal Navigation, respectively. +
+Your app should not create a dialog or toast if it is not currently on screen. Dialogs and Toasts should only be displayed as the immediate response to the user taking an action inside of your app. For further guidance on the use of dialogs and toasts, refer to Confirming & Acknowledging.
- \ No newline at end of file + + + + +Developer Guide
+For information about how to build notifications, see the + Notifications + API guide.
+Developer Guide
+For information about how to build a settings interface, see the + Settings + API guide.
+Make sure each item in Settings meets the criteria for belonging there.
Developer Guide
+For information about how to create swipe views, read + Implementing Lateral Navigation. +
+Developer Guide
+For information about how to build widgets for the home screen, see the + App Widgets + API guide.
+