Differences between revisions 12 and 13
Revision 12 as of 2011-05-07 02:41:24
Size: 4204
Editor: shoobe01
Comment:
Revision 13 as of 2011-05-07 02:42:29
Size: 4269
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
XXX

You can do the abo
ve for them. Why should anyone have to silence a phone for a meeting, when it knows where you are, and that you have a meeting in that room at that time? Mobiles can be better than computers, because of their personal nature and their sensors. Use them.
Whenever possible, perform actions for the user based on sensors, and user data. Why should anyone have to silence a phone for a meeting, when it knows where you physically are, and knows that your calendar has a meeting in that room right now? Mobiles can be better than computers, because of their personal nature and their sensors. Use them.

Principles exist at a higher level than any pattern. They can be considered patterns for the patterns, if you will. Each pattern, and each detail of interactive or presentational design, should adhere to each of these principles at all times.

Each section and chapter will begin with a discussion of the core principles for their sections, as well as other helpful guidelines that apply to those patterns.

Each of these principles could be discussed in great detail, and in fact the book could have been organized differently so each of them was a chapter, with patterns associated to it. We didn't go this way, and in the interest of clarity, the discussion of each of these is limited. If you are interested in further details on the rationale, these are generally discussed in greater detail within the patterns they apply to, as well as the chapter introductions.

Respect user entered data

Input is hard. Users slip. You have a new phone, or are borrowing it, and someone jogs your arm: suddenly minutes of typing is gone. Do whatever it takes to preserve user data. From saving as they type so autocomplete can bring it back, to not clearing forms on error, to planning for loss of connection. Consider contexts and plan for crisis and real-world behaviors, not benchtops and labs.

Mobiles are personal

While security is important, there is no longer the need to assume that maybe the website is being viewed on a library computer. Mobiles can be presumed to be one-device for one-person, and no one wants to have to regularly tell their device their name, their location or their favorite music. Only implement passwords, and clear personal information when required by law or regulation, and take other types of reasonable and transparent precautions to prevent misuse of information.

Lives take precedence

Mobiles are contextual, here meaning they are used alongside people's actual lives. Desktops (and some and other devices) can suck people in so you can go ahead and issue alerts that blink in the corner of the screen, and they will be noticed. Mobiles are glanced at, used in gaps between conversation and driving and watching TV. They are even used to enhance these other experiences. So make sure they don't interrupt unless they have to. And if they have to, interrupt in a manner they will notice. A blinking LED, for example, is easily missed when a device is glanced at for a fraction of a second.

Mobiles must work in all contexts

Behave appropriately, or allow the user to make it behave appropriately, to make it work where they are. Most devices are too bright at night, making it hard to read that last email before bedtime, or tell what time it is when the alarm goes off first thing in the morning. If the phone doesn't have a good way to change brightness, your app can over-ride it or your website can just have a dark/light switch. Think about the context in which the device will be used.

Use your sensors and use your smarts

Whenever possible, perform actions for the user based on sensors, and user data. Why should anyone have to silence a phone for a meeting, when it knows where you physically are, and knows that your calendar has a meeting in that room right now? Mobiles can be better than computers, because of their personal nature and their sensors. Use them.

User tasks usually take precedence

If the user initiates a task, and especially if they are in the middle of it, do not interrupt so that the task is ruined. When typing an SMS, feel free to beep, but do not change focus so they are suddenly typing in another field. And never cancel the operation to take them to another page, loosing their information.

Consistency

Whatever the rest of the application does, do that. And the application standards should follow the edict: whatever the OS does, do that. Even if the OS does something dumb, it's probably what the user expects, so changing the paradigm generally results in more problems than solutions.

Respect for information

XXX Basically just precision vs. accuracy. Grab lots of my blog posts for this. TMI2, other industrial stuff, digital vs. analog indicators, decimal places, "yesterday", "about 2mb" and CEP circles.

Principles of Mobile Design (last edited 2016-02-02 15:48:56 by shoobe01)