Lines Matching refs:navigation
4 …sers to move between pages of an application to browse content. A good navigation allows users to …
11 …navigation operation results should meet user expectations. Use UI layout and components that user…
15 Avoid the following in navigation design:
17 - **Too many levels**: A maximum of three navigation levels are recommended. Too many levels may le…
19 - **Complex navigation**: Do not use bottom tabs on a screen where a sidebar is used. This practice…
24 Common types of application navigation are flat navigation, hierarchical navigation, and hybrid nav…
28 In flat navigation, pages are placed at the same level of hierarchy.
30 This type of navigation is used to display screens at the same level.
34 For example, a page consisting of tabs is a type of flat navigation. As shown in the figure below, …
38 …navigation components. For example, bottom tab navigation is used on the default device, side navi…
44 Hierarchical navigation consists of parent pages and child pages. A parent page can have one or mor…
46 Hierarchical navigation applies to complex multi-level structures. This navigation creates a long p…
48 This type of navigation can be used in applications with hierarchical pages.
56 …nd lower-level pages on the same screen. For example, use hierarchical navigation on the default d…
62 …navigation may not be able to cope with more complex business structures. If this is the case, you…
64 Hybrid navigation applies to an application that consists of several modules at the same level, wit…
68 …e both flat navigation and hierarchical navigation. Generally, the priority of flat navigation is …
70 