Once you determine the top-level navigation tabs for your app, you need to make a few decisions about the browseable content views and how they are organized.
Because car makers take care of the content-view styling and the browsing navigation, your only design task with respect to browsing is to plan what’s in each view.
Specifically, you need to decide the following:
- How many levels deep your content goes
- How each top-level and lower-level browsing view will be formatted (grid or list)
- Whether the content in any browsing view will be grouped into subcategories
- Whether you want to implement search within your app as an aid to browsing
As you decide how to structure your content, remember that having fewer levels is better, to minimize cognitive load on drivers. Grouping content into subcategories within a browsing view (with subheaders) can help you to make your hierarchy flatter.
For examples of the browsing interface, visit Browsing content details.
If you choose to implement in-app search, you won’t need to design the search interface. Car makers design both the search affordance and the keyboards.
Browsing view guidelines
Requirement level | Guidelines |
---|---|
MUST |
App developers must:
|
SHOULD |
App developers should:
|
MAY |
App developers may:
|
Rationale:
- Avoid driver distraction: Minimize cognitive load required to browse content.
- Optimize content display: Use grid or list as appropriate for the content category. (Mixing grid and list in a single view is not currently supported.)