Differences between revisions 7 and 8
Revision 7 as of 2010-11-19 19:10:49
Size: 2344
Editor: shoobe01
Comment:
Revision 8 as of 2010-11-19 19:23:49
Size: 3199
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Multiple notifications must be able to all be displayed in a single view, so no notification obscures Multiple notifications must be able to all be displayed in a single view, so no notification obscures another.
Line 15: Line 15:
Row on it's own Multiple variations of this pattern are available.
Line 17: Line 17:
Combine with annunciator or similar A dedicated notification strip or area may be used, with a portion of the viewport dedicated to notifications. This may be hidden when no notifications are present, but will fade in, slide up or otherwise appear when notifications are present. Selection of any notification item will display it in the application that hosted the notification.
Line 19: Line 19:
Pop-up as needed (smaller screens, older devices and scroll-and-select devices that have no good method to access additional on-screen items). Ha! I forgot iOS uses stupid-old pop-ups! DIRECT REFERENCE TO CONFIRMATION PATTERN. THAT'S WHAT THIS IS! Combine with annunciator or similar...

Pop-up as needed (smaller screens, older devices and scroll-and-select devices that have no good method to access additional on-screen items). Ha! I forgot iOS uses stupid-old pop-ups! DIRECT REFERENCE TO CONFIRMATION PATTERN. THAT'S WHAT THIS IS!...
Line 27: Line 29:
Need to be able to deal with notifications, click on a bar and see the notifications.  Need to be able to deal with notifications, click on a bar and see the notifications...
Line 29: Line 31:
When open or a popup, take various actions. See CONFIRM for ways to deal with this.  When open or a popup, take various actions. See CONFIRM for ways to deal with this...
Line 31: Line 33:
Multiple notifications, listed usually then click to get to details...  Multiple notifications, listed usually then click to get to details...
Line 37: Line 39:
F Notification areas are most commonly strips along the bottom of the viewport, to differentiate from the '''[[Title]]''' and '''[[Annunicator Row]]''' elements. The area should be at a fixed location within the viewport, and not scroll. Scrollbars will not overlap the area when it is displayed. Individual notifications will be displayed as line items, or may be grouped by category, with counters indicating the number of notifications for each category.

Strips are becoming a best practice. But also talk about icons as widgets, etc. Non-interrupting, but visible. Refer to copia stuff a lot on this. It's pretty solid, really.

Problem

A method must be provided to notify the user of arbitrary notifications, of varying priority, without unduly interfering with existing processes.

Solution

A single, consistent notification method is provided across the entire OS. This method does not interfere with any current processes the user is currently involved in, and allow it to be acted upon or dismissed very easily.

Multiple notifications must be able to all be displayed in a single view, so no notification obscures another.

Variations

Multiple variations of this pattern are available.

A dedicated notification strip or area may be used, with a portion of the viewport dedicated to notifications. This may be hidden when no notifications are present, but will fade in, slide up or otherwise appear when notifications are present. Selection of any notification item will display it in the application that hosted the notification.

Combine with annunciator or similar...

Pop-up as needed (smaller screens, older devices and scroll-and-select devices that have no good method to access additional on-screen items). Ha! I forgot iOS uses stupid-old pop-ups! DIRECT REFERENCE TO CONFIRMATION PATTERN. THAT'S WHAT THIS IS!...

Also: use it in special cases to replace annunicator... see terminology there for this. And eReader stuff I did.

Currently, incoming voice calls use a completely unique notification method, and automatically launch the phone application full screen. This is a holdover, and may not be a permanent condition. Using any of the notification methods above could provide as suitable a method of informing the user of the incoming call, and of accepting or declining it.

Interaction Details

Need to be able to deal with notifications, click on a bar and see the notifications...

When open or a popup, take various actions. See CONFIRM for ways to deal with this...

Multiple notifications, listed usually then click to get to details...

When a notification is acted up (e.g. the new text message is read) suspend any current operations or actions and save all user-entered data. When the action, application or process initiated by acting on the notification is completed, return to this previous condition.

Presentation Details

Notification areas are most commonly strips along the bottom of the viewport, to differentiate from the Title and Annunicator Row elements. The area should be at a fixed location within the viewport, and not scroll. Scrollbars will not overlap the area when it is displayed. Individual notifications will be displayed as line items, or may be grouped by category, with counters indicating the number of notifications for each category.

Antipatterns

Do not display notifications serially. If more than one is received at a time, use a multiple notifications method, instead of showing one single notification after another.

Examples

Notifications (last edited 2013-04-10 23:53:24 by localhost)