AI-generated Key Takeaways
-
Media apps should showcase tailored content categories like frequently used or preferred content as top-level navigation options on the app bar.
-
Developers must implement no more than 4 tabs on the app bar and provide a label and a monochrome icon for each.
-
Tab labels should be kept short to avoid truncation and maintain a consistent navigation model.
-
Content categories are browsable media items, represented with icons and labels, that are children of the root media item in the app's content hierarchy.
The first step in structuring your media app is determining which content categories you want to appear as top-level navigation options on the app bar.
Car makers and Google take care of implementing the app bar and determining most aspects of its appearance.
Basically, you need to decide the following:
- Which top-level content categories you want represented as tabs on the app bar
- What icons and labels you will supply for each tab
Categories should showcase tailored content, rather than broad categories that will be too large to browse easily while driving.
Tailored content might include content that is:
- Frequently used – for example, playlists or channels
- Preferred – for example, favorite artists
- Timely – for example, recent songs
- Curated – for example, “recommended for you”
Navigation tab example

Navigation tab requirements
Keep in mind the following requirements and recommendation:
Requirement level | Requirements |
---|---|
MUST | App developers must:
|
SHOULD | App developers should:
|
Rationale
- Simplify UX: Support a consistent navigation model for media apps.
- Accommodate all screens: Allow car makers to use only labels when both icons and labels won’t fit.