Lines Matching refs:detail
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>
47 <p>The detail/edit view is where you consume or create data.</p>
186 to the detail level, where data can be viewed and managed. Minimize perceived navigation effort by
188 <p>Even though the number of vertical navigation steps from the top level down to the detail views …
240 thereby removing the need to navigate all the way down to the song's detail view.
244 <p>Even though category views mostly serve to guide people to content detail, keep in mind that the…
246 <p>For example, if you allow people to delete an item in a detail view, you should also allow them …
247 delete multiple items in the category view. Analyze which detail view actions are applicable to
258 <p>The detail view allows you to view and act on your data. The layout of the detail view depends o…
264 <p>Consider the activities people will perform in the detail view and arrange the layout accordingl…
272 The purpose of the People app's detail view is to surface communication options. The list view
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.
317 <p>Allow for quick navigation between detail items with swipe views.</p>