Differences between revisions 10 and 32 (spanning 22 versions)
Revision 10 as of 2011-05-14 14:25:58
Size: 7319
Editor: eberkman
Comment:
Revision 32 as of 2011-12-13 17:00:38
Size: 4606
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[http://www.amazon.com/gp/product/1449394639/ref=as_li_tf_tl?ie=UTF8&tag=4ourthmobile-20&linkCode=as2&camp=217145&creative=399373&creativeASIN=1449394639|{{attachment:wiki-banner-book.png|Click here to buy from Amazon.|align="right"}}]]
Line 6: Line 6:
This section Input & Output section will discuss in detail the different mobile methods and controls users can interact with to access and receive information. This section, Input & Output, will discuss in detail the different mobile methods and controls users can interact with to access and receive information.
Line 9: Line 9:
 * Chapter 10, [[Text & Character Input]]
 * Chapter 11, [[General Interactive Controls]]
 * Chapter 12, [[Input & Selection]]
 * Chapter 13, [[Audio & Vibration]]
 * Chapter 14, [[Screens, Lights & Sensors]]
 * Chapter 9, [[Text and Character Input]]
 * Chapter 10, [[General Interactive Controls]]
 * Chapter 11, [[Input and Selection]]
 * Chapter 12, [[Audio and Vibration]]
 * Chapter 13, [[Screens, Lights and Sensors]]
Line 17: Line 17:
Whether the reason is sending an email, SMS, searching, or filling out forms, users require ways to input both text and characters. Such methods may be through keyboards and keypads, as well as pen control. Regardless, these methods must work very efficiently in performance while limiting input errors. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for text and character input. Whether the reason is sending an email, SMS, searching, or filling out forms, users require ways to input both text and characters. Such methods may be through keyboards and keypads, by hardware keys, touch screens and pen-based writing. Regardless of the method, they must each allow rapid input, while reducing input errors and providing methods of correction. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for text and character input.
Line 19: Line 19:
This chapter will discuss the following patterns:

 * [[Keyboards & Keypads]]
 * [[Pen Input]]
 * [[Mode Switches]]
 * [[Input Method Indicator]]
 * [[Autocomplete & Prediction]]
Line 28: Line 21:
Functions on the device, and in the interface, are controlled by a series of controls. They may be keys arrayed around the periphery of the device, or be controlled by gestural behaviors. Users must be able to find, understand, and easily learn these control types. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for general interactive controls. Functions on the device, and in the interface, are influenced by a series of controls. They may be keys arrayed around the periphery of the device, or be controlled by gestural behaviors. Users must be able to find, understand, and easily learn these control types. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for general interactive controls.
Line 30: Line 23:
This chapter will discuss the following patterns:

 * [[Directional Entry]]
 * [[Press-and-hold]]
 * [[Focus & Cursors]]
 * [[Other Hardware Keys]]
 * [[Accesskeys]]
 * [[Dialer]]
 * [[On-screen Gestures]]
 * [[Kinesthetic Gestures]]
 * [[Remote Gestures]]
Line 43: Line 25:
Users require methods to enter and remove text and other character-based information without restriction. Many times our users are filling out forms or selecting information from lists. At any time, they may also need to make quick, easy changes to remove contents from these fields or entire forms. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for input and selection.

This chapter will discuss the following patterns:

 * [[Input Areas]]
 * [[Form Selections]]
 * [[Spinners & Tapes]]
 * [[Clear Entry]]
Users require methods to enter and remove text and other character-based information without restriction. Many times users are filling out forms or selecting information from lists. At any time, they may also need to make quick, easy changes to remove contents from these fields or entire forms. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for input and selection.
Line 55: Line 30:
This chapter will discuss the following patterns:

 * [[Tones]]
 * [[Voice Input]]
 * [[Voice Readback]]
 * [[Voice Notifications]]
 * [[Haptic Output]]
Line 64: Line 32:
Mobile devices today are equipped with a range of technologies meant to improve our interactive experiences. These devices may be equipped with advanced display technology to improve viewability while offering better battery life, and incorporate location base services integrated within other OS applications. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for screens, lights, and sensors.

This chapter will discuss the following patterns:

 * [[LED]]
 * [[Display Brightness Controls]]
 * [[Orientation]]
 * [[Location]]

== Helpful knowledge for this section ==
Before you dive right into each pattern chapter, we like to provide you some extra knowledge in the section introductions. This extra knowledge is in multi-disciplinary areas of human factors, engineering, psychology, art, or whatever else we feel relevant.

This section will provide background knowledge for you in the following areas:

 * General Interactive Touch Guidelines.
 * Understanding Brightness, Luminance, and Contrast.
 * How our audition works.
Mobile devices today are equipped with a range of technologies meant to improve our interactive experiences. These devices may be equipped with advanced display technology to improve viewability while offering better battery life, and incorporate location base services integrated within other applications. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for screens, lights, and sensors.
Line 83: Line 35:
== General Touch Interaction Guidelines ==
The minimum area for touch activation, to address the general population, is a square 3/8” on each side (10 mm). When possible, use larger target areas. Important targets should be larger than others.

There is no distinct preference for vertical or horizontal finger touch areas. All touch can be assumed to be a circle, though the actual input item may be shaped as needed to fit the space, or express a preconceived notion (e.g. button).

{{attachment:GICintro-Sizec.png|The caption is up to you!}}
== Getting Started ==
You now have a general sense of the types of input and output that will be discussed in this part. The following chapters will provide you specific information on theory, tactics, and illustrate examples of appropriate design patterns you can apply to specific situations in the mobile space.
Line 91: Line 39:
=== Targets ===
The visual target is not always the same as the touch area. However the touch area may never be smaller than the visual target. When practical (i.e. there is no adjacent interctive item) the touch area should be notably larger than the visual target.

See the example to the right; the orange dotted line is the touch area. It is notably larger than the visual target, so a missed touch (as shown) still functions as expected.

{{attachment:GICintro-Targetd.png|The caption is up to you!}}
Line 99: Line 41:
=== Touch area and the centroid of contact ===
The point activated by a touch (on capacitive touch devices) is the centroid of the touched area; that area where the user’s finger is flat against the screen.

The centroid is the center of area whose coordinates are the average (arithmetic mean) of the co-ordinates of all the points of the shape. This may be sensed directly (the highest change in local capacitance for projected-capacitive screens) or calculated (center of the obscured area for beam-sensors).
A larger area will typically be perceived to be touched by the user, due to parallax (advanced users may become aware of the centroid phenomenon, and expect this).

{{attachment:GICintro-Centroidb.png|The caption is up to you!}}
Line 108: Line 43:
=== Bezels, edges and size cheats ===
Buttons on the edges of screens with flat bezels may take advantage of this to use smaller target sizes. The user may place their finger so that part of the touch is on the bezel (off the sensing area of the screen). This will effectively reduce the size of their finger, and allow smaller input areas.
-------
Next: '''[[Text and Character Input]]'''
-------
= Discuss & Add =
Please do not change content above this line, as it's a perfect match with the printed book. Everything else you want to add goes down here.
Line 111: Line 49:
This effective size reduction can only be about 60% of normal (so no smaller than 0.225 in or 6 mm) and only in the dimension with the edge condition. This is practically most useful to give high priority items a large target size without increasing the apparent or on-screen size of the target or touch area. == Examples ==
If you want to add examples (and we occasionally do also) add them here.
Line 113: Line 52:
{{attachment:GICintro-Bezela.png|The caption is up to you!}} == Make a new section ==
Just like this. If, for example, you want to argue about the differences between, say, Tidwell's Vertical Stack, and our general concept of the List, then add a section to discuss. If we're successful, we'll get to make a new edition and will take all these discussions into account.

Click here to buy from Amazon. The varying ways people prefer to interact with their devices is highly dependent upon their natural tendencies, comfort levels, and the context of use. As designers and developers, we need to understand these influences and offer user interfaces that appeal to these needs.

User preferences may range from inputting data using physical keys, natural handwriting, or other gestural behaviors. Some users may prefer to receive information with an eyes-off screen approach relying on haptics or audible notifications.

This section, Input & Output, will discuss in detail the different mobile methods and controls users can interact with to access and receive information.

The types of input and output that will be discussed here are subdivided into the following chapters:

Types of Input & Output

Text & Character Input

Whether the reason is sending an email, SMS, searching, or filling out forms, users require ways to input both text and characters. Such methods may be through keyboards and keypads, by hardware keys, touch screens and pen-based writing. Regardless of the method, they must each allow rapid input, while reducing input errors and providing methods of correction. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for text and character input.

General Interactive Controls

Functions on the device, and in the interface, are influenced by a series of controls. They may be keys arrayed around the periphery of the device, or be controlled by gestural behaviors. Users must be able to find, understand, and easily learn these control types. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for general interactive controls.

Input & Selection

Users require methods to enter and remove text and other character-based information without restriction. Many times users are filling out forms or selecting information from lists. At any time, they may also need to make quick, easy changes to remove contents from these fields or entire forms. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for input and selection.

Audio & Vibration

Our mobile devices are not always in plain sight. They may across the room, or placed deep in our pockets. When important notifications occur, users need to be alerted. Using audio and vibration as notifiers and forms of feedback can be very effective. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for audio and vibration.

Screens, Lights & Sensors

Mobile devices today are equipped with a range of technologies meant to improve our interactive experiences. These devices may be equipped with advanced display technology to improve viewability while offering better battery life, and incorporate location base services integrated within other applications. This chapter will explain research based frameworks, tactical examples, and descriptive mobile patterns to use for screens, lights, and sensors.

Getting Started

You now have a general sense of the types of input and output that will be discussed in this part. The following chapters will provide you specific information on theory, tactics, and illustrate examples of appropriate design patterns you can apply to specific situations in the mobile space.


Next: Text and Character Input


Discuss & Add

Please do not change content above this line, as it's a perfect match with the printed book. Everything else you want to add goes down here.

Examples

If you want to add examples (and we occasionally do also) add them here.

Make a new section

Just like this. If, for example, you want to argue about the differences between, say, Tidwell's Vertical Stack, and our general concept of the List, then add a section to discuss. If we're successful, we'll get to make a new edition and will take all these discussions into account.

Input and Output (last edited 2011-12-13 17:03:09 by shoobe01)