designing the mobile user experience

49
Designing the Mobile User Experience Jose Alves Interaction Designer, UX&D

Upload: jose-alves

Post on 16-Apr-2017

9.801 views

Category:

Business


0 download

TRANSCRIPT

Page 1: Designing The Mobile User Experience

Designing the Mobile User Experience

Jose AlvesInteraction Designer, UX&D

Page 2: Designing The Mobile User Experience

“Understanding and patience of the mobile ecosystem is one of the most crucial skills of the mobile designer.”Brian Fling

Page 3: Designing The Mobile User Experience

Legacy

Page 4: Designing The Mobile User Experience

1894 - Gugliemo Marconi invents the radio.

1971 - James Fergursson discovers the “twisted-nematic” LCD.

1980 - Motorola presents the first portable radio - "DynaTAC”.

1876 - The birth of the telephone.

Page 5: Designing The Mobile User Experience

1980 - Nintendo Game & Watch console.

2000 - Sharp releases the first camera phone - J-SH04.

2000 - Samsung develops the world's first TV phone - SCH-M220.

2001 - The debut of the ipod.

Page 6: Designing The Mobile User Experience

2003 - The first mobile phone with a cursor - NEC FOMA N2051.

2007 - Apple introduce’s the iphone.

Page 7: Designing The Mobile User Experience

• 1996 - GSM (Global system for mobile communications) phones in 103 countries. • 2000 - 10 million i-mode users (Japan). • 2002 - 1 million mobile phone users worldwide.• 2008 - 3.0 billion mobile phone users worldwide (prediction for the end of this year).

Staggering Numbers

Page 8: Designing The Mobile User Experience

• More mobile phones than humans.• Every second 4 babies are born on Earth and 32 mobile phones are sold.

Page 9: Designing The Mobile User Experience

Fragmentation

Page 10: Designing The Mobile User Experience

“Designers face a proliferation of capabilities that make the early (mobile) web look like a playground.”Joe Shepter, “The Pulse of Modern Design”

Page 11: Designing The Mobile User Experience

• About 2500 phone models.• About 500 different operators. • More than 25 browsers.• About 14 different screen sizes.

Page 12: Designing The Mobile User Experience

• Different markup languages. (WML, XHTML, ...)• Different operative systems. (Symbian OS, Windows Mobile, Mac OS, ...) • Plethora of user agents.(A user agent is a client application used with a particular network protocol, e.g browsers, email clients, mobile phone, ...)• Varying code practices, urls, ...

Page 13: Designing The Mobile User Experience

Too much to handle by yourself!

• There is no write once, run everywhere. • We need some help from handset detection.(With handset detection you can customise your website so it is optimised for a specific mobile phone)

Page 14: Designing The Mobile User Experience

Mobile vs Desktop

Page 15: Designing The Mobile User Experience

• Limited display.• Users attention may be distracted. • Increase need for clarity.(Screen is smaller, but things have to look bigger) • Power management.(e.g. Too many animations might draw battery)• Text input is a pain.(sms is the only mode widely accepted)• Navigation model is different.

Page 16: Designing The Mobile User Experience

Direct Manipulation vs Indirect Manipulation

Page 17: Designing The Mobile User Experience

• One item on the screen has focus.• You use soft keys as an intermediate device to move the focus to the item you want and click it.

Indirect Manipulation

Page 18: Designing The Mobile User Experience

• You just tap/click anything directly.

Direct Manipulation

Page 19: Designing The Mobile User Experience

Methodology

Page 20: Designing The Mobile User Experience

• Do Nothing. (SSR - Small screen rendering)• Programmatically reformat. (strip images and styling)• Handheld stylesheets. • Mobile specific site/app.

Page 21: Designing The Mobile User Experience

Complex

Simple

Slower Faster

Mobile Specific Site

Stylesheets

No Styling

SSR

Value

Method Comparison

Implementation

Browser Experience

Page 22: Designing The Mobile User Experience

Mobilise It, Don’t Miniaturise It

Page 23: Designing The Mobile User Experience

“... treats the mobile environment and technology as a subset of the desktop environment.”Barbara Ballard

• It’s a repurpose of existing content.

Miniaturisation

Page 24: Designing The Mobile User Experience

“... precisely targets mobile user needs, making (the) best possible use of technology.”Barbara Ballard

• Content and context specific.

Mobilisation

Page 25: Designing The Mobile User Experience

Context is King

Page 26: Designing The Mobile User Experience

• What is contextually relevant.• Mobilise content not only the layout.

Page 27: Designing The Mobile User Experience

“If the mobile site design only replicates an existing high web site the result will range from suboptimal to completely unusable.”Morten Hjerde

Page 28: Designing The Mobile User Experience

Fundamentals

Page 29: Designing The Mobile User Experience

http://sender11.typepad.com/sender11/2008/04/mobile-screen-s.htmlhttp://sender11.typepad.com/sender11/2008/04/more-on-mobile.html

Screen

LandscapeMulti-scape

128X128

128X160

176X

208/220

240X320

320X480

640X

200/360/480

800X

352/400/480

96X65

Portrait

Page 30: Designing The Mobile User Experience

Font Families

Page 31: Designing The Mobile User Experience

• Different OS use different fonts. (e.g a 240x320 screen Series 40 phone uses font heights of 16, 20 and 24 pixels, this equals a point size of 16, 21 and 25)• In a phone web browser you can specify the font size. (bbc.co.uk uses arial point size 11, 12 and 13)

http://sender11.typepad.com/sender11/2008/01/prototyping-mob.html http://patterns.littlespringsdesign.com/index.php/Mobile_Typogr

aphy

Font Sizes

Page 32: Designing The Mobile User Experience

• One handed interaction(most of the phones)• Two handed interaction(e.g Sony psp)

Physical Interaction

Page 33: Designing The Mobile User Experience

• Clickable scroll wheel.• Mini joysticks.• Click Wheel.• Stylus.• Voice Input.• Soft Keys.• Key Pad.• Touch Pad.• Touch Screens.• Multi-Touch Screens.• Gestures.

Interaction Techniques and Elements

Page 34: Designing The Mobile User Experience

• Most devices sold today are WAP 2.0.(XHTML, not WML)

Browser

Page 35: Designing The Mobile User Experience

What does that mean?

Instead of

Page 36: Designing The Mobile User Experience

• However, XHTML/CSS support is inconsistent.

Page 37: Designing The Mobile User Experience

• Test on as many devices as you can.• Don’t use emulators.

Usability Testing

Page 38: Designing The Mobile User Experience

• Context is important.(As realistic the experience as possible)• Are standard usability techniques still valid for mobile?• Paper prototyping.(really particullarly usefull for early evaluations)• Make users test on their actual device.• Capture screen, body, face.

http://www.slideshare.net/barbaraballard/mobile-usability-testing/ http://www.littlespringsdesign.com/testing/

Page 39: Designing The Mobile User Experience

"Most usability testing regimes assume the context of a person facing a computer, the luxury of the person’s full attention, and a comfortable environment with minimal distractions. Information appliances, on the other hand, need to work in low-attention situations, or where the user’s attention needs to be fleetingly channeled through the appliance while walking, talking, or any of the multitude of other day-to-day activities that would be routinely classed as distractions.”David Pereira

Page 40: Designing The Mobile User Experience

Best Practices

Page 41: Designing The Mobile User Experience

• W3C proposed recommendations. (http://www.w3c.org/TR/mobile-bp/)• W3C mobile web initiative. (http://www.w3c.org/Mobile/) • Input by mobile developers, operators, manufacturers. • Mobile design resources. (http://patterns.littlespringsdesign.com/index.php/Main_Page)

Page 42: Designing The Mobile User Experience

Where Are We Heading

Page 43: Designing The Mobile User Experience

• Touch is the new click.• Gestural Interfaces.(http://www.unwiredview.com/2008/01/08/first-glimpse-inside-nokia-s60-touch-going-beyond-multi-touch/)(http://www.designinggesturalinterfaces.com/)

• Sensors everywhere.(Adam Greenfield, “Everyware: The dawning age of ubiquitous computing”)• Browsing is out, experiences are in.• “Icons are dead”, content is the interface.

Page 44: Designing The Mobile User Experience

"When it comes to design for mobile devices, it’ tempting to take an ostrich-like approach: Hide your head in the sand and behave as though nothing is happening. Unfortunately, in the not-too-distant future, more people will be using mobile devices to access the Net; and no interactive designer will be able to ignore them."Joe Shepter, "The Pulse of Modern Design" (August 2005)

Page 45: Designing The Mobile User Experience

Thank You.

Page 46: Designing The Mobile User Experience

Resources

Page 47: Designing The Mobile User Experience

• http://sender11.typepad.com/• http://www.smallsurfaces.com/• http://www.janchipchase.com/• http://www.m-trends.org/

• http://www.receiver.vodafone.com/• http://www.forum.nokia.com/

Web

Page 48: Designing The Mobile User Experience

• Matt Jones and Gary Marsden, "Mobile Interaction Design”• Cameron Moll, "Mobile Web Design"• Barbara Ballard, "Designing the Mobile User Experience" • Christian Lindholm and Turkka Keinonen, "Mobile Usability: How Nokia Changed the Face of the Mobile Phone”• Studio 7.5, "Designing for Small Screens"

Books

Page 49: Designing The Mobile User Experience

• http://www.flickr.com/photos/trenchcoatjedi/2896368951/• http://www.flickr.com/photos/o-ren/3028013048/• http://www.flickr.com/photos/shadda/2100736671/• http://www.flickr.com/photos/14017121@N03/2405415702/• http://www.flickr.com/photos/stevetoronto/2670405539/

Images