Lines Matching full:navigation
2 page.tags="navigation","layout","tablet"
10 navigation</li>
11 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigation</li>
16 <p>A typical Android app consists of top level and detail/edit views. If the navigation hierarchy is
55 <p>Many apps focus on the content display. Avoid navigation-only screens and instead let people get to
64 Play Music allows navigation among artists, albums, and playlists through rich content display.
72 <h4>Set up action bars for navigation and actions</h4>
77 <p>All screens in your app should display action bars to provide consistent navigation and surface
86 through the navigation hierarchy.</li>
95 well. Navigation supports switching views of day, week, month, and agenda views.
102 <p>The top level communicates your app?s capabilities by introducing the user to the major functional areas. In many cases the top level will consist of multiple views, and you need to make sure that the user can navigate between them efficiently. Android supports a number of view controls for this task. Use the control that best matches your app's navigation needs:</p>
148 <h4>Navigation drawers</h4>
151 <p>A <em>navigation drawer</em> is a slide-out menu that allows users to switch between views of your app. It can hold a large number of items and is accessible from anywhere in your app. Navigation drawers show your app's top-level views, but can also provide navigation to lower-level screens. This makes them particularly suitable for complex apps.</p>
153 <p><strong>Use navigation drawers if</strong>:</p>
158 <li>You want to provide quick navigation to views which don't have direct relationships between each other.</li>
159 <li>You have particularly deep navigation branches.</li>
166 Navigation drawer from the Keep app.
172 <p>After choosing the best top-level navigation for your app, don't mix and match patterns. For example, if you decide to use tabs for top-level switching, don't add a drawer, even if your navigation branches are deep. In this case, the navigation drawer would simply duplicate the information on the tabs, confusing your users.</p>
177 to the detail level, where data can be viewed and managed. Minimize perceived navigation effort by
179 <p>Even though the number of vertical navigation steps from the top level down to the detail views is
181 on the perception of onerous navigation.</p>
186 experience than to an explicit navigation step.</p>
272 <h4>Make navigation between detail views efficient</h4>
299 <p>Use action bars to provide consistent navigation.</p>
302 <p>Keep your hierarchies shallow by using horizontal navigation and shortcuts.</p>
308 <p>Allow for quick navigation between detail items with swipe views.</p>