Mobile Design Patterns Library

pattern-wiki.png

Introduction

An intro needs to go here...

Please Add Your Thoughts

This is a wiki on purpose. We want the entire mobile design community to help with this effort. Even if you disagree, add your thoughts. For very significant changes, please add comments, instead of just over-writing what others have done without discussion.

Patterns

=== Components ===

A section or subsection of a design - This carousel is one of those. Components are made of widgets, and maybe other, custom stuff.

==== Display of Information ====

* Vertical List

* Infinite List

* Thumbnail List

* Fisheye List

* Carousel

* Grid

* Film Strip

* Slideshow

* Infinite Area

* Select List

Control & Confirmation

W - Widget Scrollbars, buttons, etc.- Smaller than a Component. Highly reusable items, used many times, over and over, in other places. Some similar sized items are not widgets, because they are custom implemented items.

P - Page page layout and basics stuff - NOT WIDGETS THOUGH...

B - Behaviors interaction with no key screen component - Sound, vibration, etc. May overlap gestures but I think it meant output vs. input???

K - Key Keyboard, Keypad and Other input features. Gestures here or somewhere else? Sensors?