Lines Matching refs:views
10 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigatio…
15 <p>A typical Android app consists of top level and detail/edit views. If the navigation hierarchy is
16 deep and complex, category views connect top level and detail views.</p>
26 <h4>Top level views</h4>
27 …he top level of the app typically consists of the different views that your app supports. The views
32 <h4>Category views</h4>
33 <p>Category views allow you to drill deeper into your data.</p>
80 <li>If your top level consists of multiple views, or if switching between data from different user
109 monotony of simple list views.</p>
128 <p>Even though the number of vertical navigation steps from the top level down to the detail views …
169 invocation of actions for a data item from within list or grid views, display prominent actions
180 <p>Even though category views mostly serve to guide people to content detail, keep in mind that the…
220 <h4>Make navigation between detail views efficient</h4>
222 between items from within the detail view. Use swipe views or other techniques, such as filmstrips,
227 Gmail using swipe views to navigate from detail view to detail view.
252 <p>Allow for quick navigation between detail items with swipe views.</p>