Meego Wiki
Views

Netbook Design Guide

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(set up the page with some quick thoughts)
m
Line 1: Line 1:
-
== Interaction architecture ==
+
= Interaction architecture =
Netbook applications should expect to fill the whole of the screen on their zone (in small screen mode).  
Netbook applications should expect to fill the whole of the screen on their zone (in small screen mode).  
Line 5: Line 5:
==Anatomy of an app ==
==Anatomy of an app ==
-
= Toolbar =
+
== Toolbar ===
* Use it to act on the context.
* Use it to act on the context.
* No menus
* No menus
* This is also your window decoration
* This is also your window decoration
-
= Sidebar =
+
=== Sidebar ===
* Use it to change the context.
* Use it to change the context.
-
= Content pane =
+
=== Content pane ===
* Where the action is.
* Where the action is.

Revision as of 16:47, 16 June 2010

Contents

Interaction architecture

Netbook applications should expect to fill the whole of the screen on their zone (in small screen mode).

Anatomy of an app

Toolbar =

  • Use it to act on the context.
  • No menus
  • This is also your window decoration

Sidebar

  • Use it to change the context.

Content pane

  • Where the action is.

They are self contained experiences and all popups should be constrained and contained within the applications window.

Big screen mode

When on a big screen, not a netbook

Panel

  • Quick tastes of interaction
  • Just one screen, ideally page not scroll
  • Get to what you want to use a lot, as quickly as you can
  • Not a place to stay.
Personal tools