| |
Screen LayoutScreen | Screen Space and Screen Layout | Global vs. Local Structure | Placement of Screen Elements | Grouping of Screen Elements
ScreenFull screenApplications should be run full screen. Backgrounds
HandednessAs many users are left-handed, the screen layout should be switchable between a version for right-handed users and a version for left-handed users. Screen ReversalThe screen reversal should affect mainly the large building blocks of the screen layout. Whether the controls themselves should also be mirrored, depends on how much interaction is adversely affected by the standard layout of the control. For instance, it depends on, whether a standard control is obscured, if operated with the left hand.
Screen Space and Screen LayoutTouchscreens usually have a fixed size of 640*480 pixels or 800*600 pixels. As buttons have to have a minimum size and distance (see "Buttons") for secure finger operation, screen space has to be managed in a different way than on usual screens. We propose the following procedure for the screen layout:
Global vs. Local StructureFinger-Operated
Stylus-Operated
Placement of Screen ElementsWhen you divide the screen in functional areas and place elements on the screen, observe the principle of location constancy:
Grouping of Screen ElementsUse the following attributes for grouping screen elements:
Use attributes redundantly for easier identification of groups. Observe the Gestalt laws (proximity, similarity, ...) when you arrange and group screen elements. Do not base grouping on color alone. Use at least enough brightness contrast, so that color blind users can distinguish the colors, too.
Source: Interaction Design Guide for Touchscreen Applications |