Lines Matching refs:views
20 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigatio…
25 <p>A typical Android app consists of top level and detail/edit views. If the navigation hierarchy is
26 deep and complex, category views connect top level and detail views.</p>
36 <h4>Top level views</h4>
37 …he top level of the app typically consists of the different views that your app supports. The views
42 <h4>Category views</h4>
43 <p>Category views allow you to drill deeper into your data.</p>
91 …<li>If your top level consists of multiple views, make sure that it's easy for the user to navigat…
104 well. Navigation supports switching views of day, week, month, and agenda views.
111 …or functional areas. In many cases the top level will consist of multiple views, and you need to m…
116 …views concurrently and make it easy to explore and switch between them. They are always visible on…
119 <li>You expect your app's users to switch views frequently.</li>
120 <li>You have a limited number of up to three top-level views.</li>
121 <li>You want the user to be highly aware of the alternate views.</li>
139 <p>A <em>spinner</em> is a drop-down menu that allows users to switch between views of your app. </…
143 <li>The user is switching between views of the same data set (for example: calendar events viewed b…
160 … views of your app. It can hold a large number of items and is accessible from anywhere in your ap…
165 <li>You have a large number of top-level views.</li>
167 <li>You want to provide quick navigation to views which don't have direct relationships between eac…
188 <p>Even though the number of vertical navigation steps from the top level down to the detail views …
233 invocation of actions for a data item from within list or grid views, display prominent actions
244 <p>Even though category views mostly serve to guide people to content detail, keep in mind that the…
281 <h4>Make navigation between detail views efficient</h4>
283 between items from within the detail view. Use swipe views or other techniques, such as thumbnail v…
288 Gmail using swipe views to navigate from detail view to detail view.
297 <p>For more discussion, see the <a href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a>
317 <p>Allow for quick navigation between detail items with swipe views.</p>