App patterns explained: content views

Canonical

on 22 February 2013

This article is more than 12 years old.


When designing an app, an important thing to consider in your app is how to display content.

In our design guidelines, we have provided three standard views: Grid, List and Full screen which we think will cover most situations.

Grid view

Content divided into rows and columns is referred to as a grid view.

  • The grid view extends vertically.

List view

Content divided into rows is referred to as a list view and can attain a variety of appearances and behaviours.

  • The list view extends vertically.
  • List items can be grouped and styled differently.

Thinking of using this one? Look at the “List items” building block.

Full screen view

When a single piece of content is the main focus of the user’s attention, you should consider displaying the content in full screen view using the full screen layout.

This view looks like it needs some navigation

To navigate back to the previous view, use the page stack navigation structure.

And what about scrolling?

Scrollbars are hidden until you actually need them, so they appear on touch. The scrollbar is applied automatically whenever there is content out of view.

Ask us about content views!

Join our mailing list. We’d love to hear from you!

Talk to us today

Interested in running Ubuntu in your organisation?

Newsletter signup

Get the latest Ubuntu news and updates in your inbox.

By submitting this form, I confirm that I have read and agree to Canonical's Privacy Policy.

Related posts

Improving our web page creation workflow: how structured content is slashing design and development time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves to dramatically reduce, or even eliminate, the need...

How we ran an effective sprint to refresh our design website, Part 1

Part 1 of how we ran a design sprint to refresh our website. Sharing what worked, what didn’t, and lessons from designing for open source in mind.

A deep dive into our grid system and typography for the A4 format

We recently redesigned our whitepapers as part of our broader rebranding project. Let’s look at some of the ideas behind our approach to layout and...