SlideShare una empresa de Scribd logo
1 de 23
INTERACTION DESIGN
PATTERNS
Grau en Enginyeria Informàtica
User Centred Design
Introduction
• Patterns were architectural concepts that
captured recurring design problems in urban
architecture.
• original definition of a pattern introduced by
architect Christopher Alexander.
• “Each pattern describes a problem which
occurs over and over again in our
environment, and then describes the core of
the solution to that problem, allowing the
designer to re-use this solution a million times
over“
Interaction Design Patterns - User Centred Design 2 / 23
• Patterns (and pattern languages for describing patterns)
are ways to describe best practices, explain
good designs, and capture experience in a way
that it is possible for others to reuse this experience
• Design pattern (computer science,
object-oriented Design Patterns) are
extensively used by software engineers
for design process as well as for
communicating a design to others
Interaction Design Patterns - User Centred Design 3 / 23
Memoria de Largo Plazo (MLP).
Long-Term Memory (LTM)
• The main thing that the characteristics of long-term
memory imply is that people need tools to augment it.
• Humankind has a need for technologies that augment
memory
• software designers should try to provide software that fulfills
that need.
• designers should avoid developing systems that burden
longterm memory
• Familiar paths (patterns):
• well-learned routes can be done fairly automatically and does not
consume attention and short-term memory.
• They are stored in LTM
Interaction Design Patterns - User Centred Design 4 / 23
Types of Design Patterns
• Visual Patterns
• In many ways, are the same as patterns in all visual design. Color patterns, the principles and
elements of design, and Gestalt theory are all sources of visual patterns, but a few are specific to
interactive design
• Layout Patterns
• Used in the arrangement of content on the page
• Common configurations and structures that make a design familiar and navigable for a wide
range of users
• Architectural Patterns
• Deal with the internal information architecture and any interactions that are designed to parse
that information
Hard relation with Information Architecture
• Interaction Patterns
• Communicate how an onscreen element can be manipulated to achieve a particular task or to
produce a desired result
• Conceptual Patterns
• Help the user build a mental model of the site and its functionality
• Are those that communicate the intended purpose and functionality of an interactive element
Difficult to explain: incorporated into all patterns (they may be completely visible …)
Interaction Design Patterns - User Centred Design 5 / 23
Interaction Design Patterns - User Centred Design
http://blog.teamtreehouse.com/10-user-interface-design-fundamentals#!
6 / 23
Interaction Design (ID) PATTERN
• An interaction design (ID) pattern is a general repeatable
solution to a commonly-occurring usability problem in
interface design or interaction design
[http://www.interaction-design.org/encyclopedia/interaction_design_patterns.html]
• User Interface Design patterns are recurring solutions
that solve common design problems. Design patterns
are standard reference points for the experienced user
interface designer.
[http://ui-patterns.com]
Interaction Design Patterns - User Centred Design
Be aware, here
problem ≠ error, instead
problem = challenge
7 / 23
Interaction Design (ID) PATTERN
• Also known as
• Interaction patterns
• User interface (UI) patterns
• Usability patterns
• Web design patterns
• Workflow patterns
• These patterns share a lot of similarities and basically all
provide solutions to usability problems in interaction
and interface design.
• Some patterns are known under different names (or even
the same name) in different pattern collections.
Interaction Design Patterns - User Centred Design 8 / 23
• A Pattern capture a common structure without being too
concrete on the details which gives the designer flexibility
to be creative
 it enables to put together something which “feels
familiar” while remaining original
• But ... Patterns ARE NOT
• Off-the-shelf components
• Each implementation of a pattern differs a little from every other
• Simple rules or heuristics (not a checklist)
• A step-by-step description of how to design an interface
[Jenifer Tydwell]
Interaction Design Patterns - User Centred Design 9 / 23
Requirements (to use UI Patterns)
• Field research
• System requirements
• Goal and Task Analysis
• to describe and clarify what users will do with what you’re building
• Design models, such as
• Personas (models of users)
• Scenarios (models of common task situations)
• Prototypes (models of the user interface itself)
• Empirical testing
• Usability testing, in/situ observations, …
• Time to iterate over several versions of the design
• You won-t get it right the first time !!
Interaction Design Patterns - User Centred Design 10 / 23
Usual Elements that describe a UI pattern
• Problem/s
• Problems are related to the usage of the system and are relevant to
the user or any other stakeholder that is interested in usability
• Use when
• a situation (in terms of the tasks, the users and the context of use)
giving rise to a usability problem.
• describing situations in which the problems occur
• Principle/s
• a pattern is usually based on one or more ergonomic principles such
as user guidance, or consistency, or error management
• Solution/s
• a proven solution to the problem
• the designer has the freedom to implement it in many ways
• Why
• a reasonable argument for the specified impact on usability when the
pattern is applied
• Examples and Implementation details
Interaction Design Patterns - User Centred Design 11 / 23
Pattern Collections
• Designing Interfaces
• Jenifer Tidwell
• O'Reilly Media; Second Edition edition
(January 6, 2011)
• http://designinginterfaces.com/firstedition
Interaction Design Patterns - User Centred Design
“Anyone who’s serious about designing
interfaces should have this book on their
shelf for reference. It’s the most
comprehensive cross-platform examination
of common interface patterns anywhere. ”
Dan Saffer
http://www.odannyboy.com
http://designinginterfaces.com/patterns
12 / 23
Pattern Collections
• Martijn van Welie
• http://www.welie.com
Interaction Design Patterns - User Centred Design 13 / 23
Pattern Collections
• http://developer.yahoo.com/ypatt
erns
• http://ui-patterns.com
• http://patternry.com
• http://quince.infragistics.com
Interaction Design Patterns - User Centred Design 14 / 23
“what users DO”
human behaviors patterns, not interface elements
• Safe exploration
• Let me explore without getting lost or getting into trouble
• Instant gratification
• I want to accomplish something now, not later
• Satisficing
• This is good enough. I don’t want to spend more time learning to do
it better
• Satisfying+sufficing: people accept “good enough” instead “best”
if learning the alternatives might cost time or effort
• Changes in midstream
• I changed my mind about what I was doing
• Habituation
• That works everywhere else; why doesn’t work here, too?
• .....
Interaction Design Patterns - User Centred Design 15 / 23
Interaction Design Patterns - User Centred Design 16 / 23
Pattern organization
• Organizing the Content
• Information Architecture and Application
Architecture
• Getting Around
• Navigation, Signposts and Wayfinding
• Organizing the Page
• Layout of Page Elements
• Doing things: Commands and
Actions
• Showing Complex Data
• Trees, Tables and Other Information
Graphics
• Getting Input From Users
• Forms and Controls
• Builders and Editors
• Making It Look Good
• Visual Style Aesthetics
• User needs
• Navigating around
• Basic interactions
• Searching
• Dealing with data
• Personalizing
• Shopping
• Making choices
• Giving input
• Miscelleaneous
• Application needs
• Drawing attention
• Feedback
• Simplifying interaction
• Context of design
• Site types
• Experiences
• Page types
Interaction Design Patterns - User Centred Design
http://www.welie.comhttp://designinginterfaces.com
17 / 23
Interaction Design Patterns - User Centred Designhttp://www.emdezine.com/how-to-write-an-interaction-design-pattern 18 / 23
For mobile UI design
Interaction Design Patterns - User Centred Design
Example: http://www.androidpatterns.com
19 / 23
For mobile UI design
Interaction Design Patterns - User Centred Design
http://pttrns.com
http://ios-patterns.com
20 / 23
Interesting readings
• 6 Popular Content Presentation Design Patterns
• http://sixrevisions.com/user-interface/6-popular-content-
presentation-design-patterns
• Progressive Disclosure in User Interfaces
• http://sixrevisions.com/user-interface/progressive-disclosure-in-
user-interfases
• Responsive Navigation Patterns
• http://bradfrost.com/blog/web/responsive-nav-patterns
Interaction Design Patterns - User Centred Design 21 / 23
https://delicious.com/tgranollers/patterns
• http://mobile.smashingmagazine.com/tag/design-patterns
• http://sixrevisions.com/user-interface/mobile-ui-design-
patterns-inspiration
• http://www.interaction-
design.org/encyclopedia/interaction_design_patterns.html
• http://en.wikipedia.org/wiki/Interaction_design_pattern
• 40+ Helpful Resources On User Interface Design Patterns
• http://www.smashingmagazine.com/2009/06/15/40-helpful-resources-
on-user-interface-design-patterns
• 20+ articles on why and how to use design patterns
• http://blog.patternry.com/post/9878279797/20-articles-on-why-and-
how-to-use-design-patterns
• YUI is a free, open source JavaScript and CSS library for
building richly interactive web applications
• http://yuilibrary.com
• http://delicious.com/willhacker/patterns
Interaction Design Patterns - User Centred Design 22 / 23
Other bibliography
Interaction Design Patterns - User Centred Design
Android Design
Patterns: Interaction
Design Solutions for
Developers Paperback
by Greg Nudelman
2013
The Design of Sites:
Patterns for Creating
Winning Web Sites (2nd
Edition)
By Douglas K. van Duyne,
James A. Landay & Jason
I. Hong
December 24, 2006 Mobile Design Pattern Gallery: UI
Patterns for Smartphone Apps
by Theresa Neil
2nd Edition edition (May 17, 2014)
23 / 23
In general, a pattern is
a tested solution to
give an answer at
common design
problems, which
happen again and
again

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

What is UI/UX and the Difference
What is UI/UX and the DifferenceWhat is UI/UX and the Difference
What is UI/UX and the Difference
 
User Research 101
User Research 101User Research 101
User Research 101
 
UI vs UX workshop
UI vs UX workshopUI vs UX workshop
UI vs UX workshop
 
Centerline Digital - UX vs UI - 050613
Centerline Digital - UX vs UI - 050613Centerline Digital - UX vs UI - 050613
Centerline Digital - UX vs UI - 050613
 
UI/UX Fundamentals
UI/UX FundamentalsUI/UX Fundamentals
UI/UX Fundamentals
 
UX is not UI!
UX is not UI!UX is not UI!
UX is not UI!
 
Ui vs UX design
Ui vs UX designUi vs UX design
Ui vs UX design
 
UX & UI Design 101
UX & UI Design 101UX & UI Design 101
UX & UI Design 101
 
UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX UX Design process, #UX, #Design Process, #Agile UX
UX Design process, #UX, #Design Process, #Agile UX
 
UX & UI Design: Differentiate through design
UX & UI Design: Differentiate through designUX & UI Design: Differentiate through design
UX & UI Design: Differentiate through design
 
Interaction design
Interaction designInteraction design
Interaction design
 
User Centered Design 101
User Centered Design 101User Centered Design 101
User Centered Design 101
 
What is UX design?
What is UX design? What is UX design?
What is UX design?
 
Information Architecture. Card Sorting
Information Architecture. Card SortingInformation Architecture. Card Sorting
Information Architecture. Card Sorting
 
UX Lesson 1: User Centered Design
UX Lesson 1: User Centered DesignUX Lesson 1: User Centered Design
UX Lesson 1: User Centered Design
 
Putting Users in UX: Research Methods for Strategy
Putting Users in UX: Research Methods for StrategyPutting Users in UX: Research Methods for Strategy
Putting Users in UX: Research Methods for Strategy
 
UI UX introduction
UI UX introductionUI UX introduction
UI UX introduction
 
UX/UI Design 101
UX/UI Design 101UX/UI Design 101
UX/UI Design 101
 
The difference between ux and ui design
The difference between ux and ui designThe difference between ux and ui design
The difference between ux and ui design
 
UX 101: A quick & dirty introduction to user experience strategy & design
UX 101: A quick & dirty introduction to user experience strategy & designUX 101: A quick & dirty introduction to user experience strategy & design
UX 101: A quick & dirty introduction to user experience strategy & design
 

Destacado

Design pattern in android
Design pattern in androidDesign pattern in android
Design pattern in android
Jay Kumarr
 

Destacado (20)

User Centered Design: Interviews & Surveys.
User Centered Design: Interviews & Surveys. User Centered Design: Interviews & Surveys.
User Centered Design: Interviews & Surveys.
 
Empathy Maps
Empathy MapsEmpathy Maps
Empathy Maps
 
Personas for Accessible UX
Personas for Accessible UXPersonas for Accessible UX
Personas for Accessible UX
 
User profiles. Personas
User profiles. PersonasUser profiles. Personas
User profiles. Personas
 
DIY ERM (Do-It-Yourself Electronic Resources Management) for the Small Library
DIY ERM (Do-It-Yourself Electronic Resources Management) for the Small LibraryDIY ERM (Do-It-Yourself Electronic Resources Management) for the Small Library
DIY ERM (Do-It-Yourself Electronic Resources Management) for the Small Library
 
The Lean Tech Stack
The Lean Tech StackThe Lean Tech Stack
The Lean Tech Stack
 
Designing Web Interfaces
Designing Web InterfacesDesigning Web Interfaces
Designing Web Interfaces
 
Design Patterns every Android developer should know
Design Patterns every Android developer should knowDesign Patterns every Android developer should know
Design Patterns every Android developer should know
 
Lean UX Anti-Patterns
Lean UX Anti-PatternsLean UX Anti-Patterns
Lean UX Anti-Patterns
 
Android Architecture MVP Pattern
Android Architecture MVP Pattern Android Architecture MVP Pattern
Android Architecture MVP Pattern
 
Search Patterns: Design for Discovery
Search Patterns: Design for DiscoverySearch Patterns: Design for Discovery
Search Patterns: Design for Discovery
 
Design Pattern Libraries
Design Pattern LibrariesDesign Pattern Libraries
Design Pattern Libraries
 
1. Fundamentos. Usabilidad, accessibilitat, UX
1.  Fundamentos. Usabilidad, accessibilitat, UX1.  Fundamentos. Usabilidad, accessibilitat, UX
1. Fundamentos. Usabilidad, accessibilitat, UX
 
Android Design Patterns
Android Design PatternsAndroid Design Patterns
Android Design Patterns
 
Let us understand design pattern
Let us understand design patternLet us understand design pattern
Let us understand design pattern
 
Design pattern in android
Design pattern in androidDesign pattern in android
Design pattern in android
 
Designing Web Interfaces Book - O'Reilly Webcast
Designing Web Interfaces Book - O'Reilly WebcastDesigning Web Interfaces Book - O'Reilly Webcast
Designing Web Interfaces Book - O'Reilly Webcast
 
Trends in interactive design 2013
Trends in interactive design 2013Trends in interactive design 2013
Trends in interactive design 2013
 
10 Most Common Misconceptions About User Experience Design
10 Most Common Misconceptions About User Experience Design10 Most Common Misconceptions About User Experience Design
10 Most Common Misconceptions About User Experience Design
 
Software Design patterns on Android English
Software Design patterns on Android EnglishSoftware Design patterns on Android English
Software Design patterns on Android English
 

Similar a Interaction design patterns

User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principles
David Little
 
Methods for Identifying and Modeling Users Needs
Methods for Identifying and Modeling Users NeedsMethods for Identifying and Modeling Users Needs
Methods for Identifying and Modeling Users Needs
Luis Carlos Aceves
 
Usability & Agile Development
Usability & Agile DevelopmentUsability & Agile Development
Usability & Agile Development
binuvt
 

Similar a Interaction design patterns (20)

Designing and prototyping
Designing and prototypingDesigning and prototyping
Designing and prototyping
 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
 
Open Source Design Pattern Library, Spreading Communities Thick: Open Source ...
Open Source Design Pattern Library, Spreading Communities Thick: Open Source ...Open Source Design Pattern Library, Spreading Communities Thick: Open Source ...
Open Source Design Pattern Library, Spreading Communities Thick: Open Source ...
 
Designing and prototyping
Designing and prototypingDesigning and prototyping
Designing and prototyping
 
prototyping-chap-03.ppt
prototyping-chap-03.pptprototyping-chap-03.ppt
prototyping-chap-03.ppt
 
Design Patterns - General Introduction
Design Patterns - General IntroductionDesign Patterns - General Introduction
Design Patterns - General Introduction
 
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and LayoutGames Design 2 - Lecture 12 - Usability, Metaphor and Layout
Games Design 2 - Lecture 12 - Usability, Metaphor and Layout
 
User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principles
 
Lesson 2 HCI 2.pdf
Lesson 2 HCI 2.pdfLesson 2 HCI 2.pdf
Lesson 2 HCI 2.pdf
 
ICS3211 Week6
ICS3211 Week6ICS3211 Week6
ICS3211 Week6
 
Ni week no designer, no problem
Ni week no designer, no problem Ni week no designer, no problem
Ni week no designer, no problem
 
Design Principles
Design PrinciplesDesign Principles
Design Principles
 
User-Centered Design
User-Centered DesignUser-Centered Design
User-Centered Design
 
ICS2208 Lecture 2 Slides Interfaces_.pdf
ICS2208 Lecture 2 Slides Interfaces_.pdfICS2208 Lecture 2 Slides Interfaces_.pdf
ICS2208 Lecture 2 Slides Interfaces_.pdf
 
Methods for Identifying and Modeling Users Needs
Methods for Identifying and Modeling Users NeedsMethods for Identifying and Modeling Users Needs
Methods for Identifying and Modeling Users Needs
 
Intro to User Centered Design Workshop
Intro to User Centered Design WorkshopIntro to User Centered Design Workshop
Intro to User Centered Design Workshop
 
ICS3211 lecture 06
ICS3211 lecture 06ICS3211 lecture 06
ICS3211 lecture 06
 
Lesson 2 HCI 2.pptx
Lesson 2 HCI 2.pptxLesson 2 HCI 2.pptx
Lesson 2 HCI 2.pptx
 
CIS375 Interaction Designs Chapter2
CIS375 Interaction Designs Chapter2CIS375 Interaction Designs Chapter2
CIS375 Interaction Designs Chapter2
 
Usability & Agile Development
Usability & Agile DevelopmentUsability & Agile Development
Usability & Agile Development
 

Más de DCU_MPIUA

Más de DCU_MPIUA (20)

7. Accessibilidad
7.  Accessibilidad7.  Accessibilidad
7. Accessibilidad
 
Perspectivas sobre el presente y futuro de la ux
Perspectivas sobre el presente y futuro de la uxPerspectivas sobre el presente y futuro de la ux
Perspectivas sobre el presente y futuro de la ux
 
UX en la era del Internet de las Cosas (IoT) y la IA
UX en la era del Internet de las Cosas (IoT) y la IAUX en la era del Internet de las Cosas (IoT) y la IA
UX en la era del Internet de las Cosas (IoT) y la IA
 
UX en la era del IoT y la IA
UX en la era del IoT y la IAUX en la era del IoT y la IA
UX en la era del IoT y la IA
 
Nuevas tendencias en IPO. Presente y Futuro de la UX
Nuevas tendencias en IPO. Presente y Futuro de la UXNuevas tendencias en IPO. Presente y Futuro de la UX
Nuevas tendencias en IPO. Presente y Futuro de la UX
 
New heuristics final (ok)
New heuristics final (ok)New heuristics final (ok)
New heuristics final (ok)
 
Accesibilidad digital
Accesibilidad digitalAccesibilidad digital
Accesibilidad digital
 
Diseño de la interfaz de usuario
Diseño de la interfaz de usuarioDiseño de la interfaz de usuario
Diseño de la interfaz de usuario
 
DCU. Metodología MPIu+a
DCU. Metodología MPIu+aDCU. Metodología MPIu+a
DCU. Metodología MPIu+a
 
Diseñar tecnología para las personas (UTP - Panamá '17)
Diseñar tecnología para las personas (UTP - Panamá '17)Diseñar tecnología para las personas (UTP - Panamá '17)
Diseñar tecnología para las personas (UTP - Panamá '17)
 
8.1.- IPO. Estilos y paradigmas de interacción
8.1.- IPO. Estilos y paradigmas de interacción8.1.- IPO. Estilos y paradigmas de interacción
8.1.- IPO. Estilos y paradigmas de interacción
 
3 (de 3). Evaluación de Accessibilidad Digital
3 (de 3).  Evaluación de Accessibilidad Digital3 (de 3).  Evaluación de Accessibilidad Digital
3 (de 3). Evaluación de Accessibilidad Digital
 
2 (de 3). Evaluación de Usabilidad
2 (de 3).  Evaluación de Usabilidad2 (de 3).  Evaluación de Usabilidad
2 (de 3). Evaluación de Usabilidad
 
1 (de 3). Assessing e xperiences and abilities
1 (de 3).  Assessing e xperiences and abilities1 (de 3).  Assessing e xperiences and abilities
1 (de 3). Assessing e xperiences and abilities
 
6. Evaluación
6. Evaluación6. Evaluación
6. Evaluación
 
5. Prototipado
5.  Prototipado5.  Prototipado
5. Prototipado
 
4. Requisitos
4.  Requisitos4.  Requisitos
4. Requisitos
 
3. DCU-MPIu+a
3. DCU-MPIu+a3. DCU-MPIu+a
3. DCU-MPIu+a
 
2. El Factor Humano
2. El Factor Humano2. El Factor Humano
2. El Factor Humano
 
Usabilidad, ux … cómo lo medimos?
Usabilidad, ux … cómo lo medimos?Usabilidad, ux … cómo lo medimos?
Usabilidad, ux … cómo lo medimos?
 

Último

一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
wpkuukw
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
TusharBahuguna2
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
tbatkhuu1
 

Último (20)

Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call GirlsBook Paid In Vashi In 8976425520 Navi Mumbai Call Girls
Book Paid In Vashi In 8976425520 Navi Mumbai Call Girls
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 

Interaction design patterns

  • 1. INTERACTION DESIGN PATTERNS Grau en Enginyeria Informàtica User Centred Design
  • 2. Introduction • Patterns were architectural concepts that captured recurring design problems in urban architecture. • original definition of a pattern introduced by architect Christopher Alexander. • “Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, allowing the designer to re-use this solution a million times over“ Interaction Design Patterns - User Centred Design 2 / 23
  • 3. • Patterns (and pattern languages for describing patterns) are ways to describe best practices, explain good designs, and capture experience in a way that it is possible for others to reuse this experience • Design pattern (computer science, object-oriented Design Patterns) are extensively used by software engineers for design process as well as for communicating a design to others Interaction Design Patterns - User Centred Design 3 / 23
  • 4. Memoria de Largo Plazo (MLP). Long-Term Memory (LTM) • The main thing that the characteristics of long-term memory imply is that people need tools to augment it. • Humankind has a need for technologies that augment memory • software designers should try to provide software that fulfills that need. • designers should avoid developing systems that burden longterm memory • Familiar paths (patterns): • well-learned routes can be done fairly automatically and does not consume attention and short-term memory. • They are stored in LTM Interaction Design Patterns - User Centred Design 4 / 23
  • 5. Types of Design Patterns • Visual Patterns • In many ways, are the same as patterns in all visual design. Color patterns, the principles and elements of design, and Gestalt theory are all sources of visual patterns, but a few are specific to interactive design • Layout Patterns • Used in the arrangement of content on the page • Common configurations and structures that make a design familiar and navigable for a wide range of users • Architectural Patterns • Deal with the internal information architecture and any interactions that are designed to parse that information Hard relation with Information Architecture • Interaction Patterns • Communicate how an onscreen element can be manipulated to achieve a particular task or to produce a desired result • Conceptual Patterns • Help the user build a mental model of the site and its functionality • Are those that communicate the intended purpose and functionality of an interactive element Difficult to explain: incorporated into all patterns (they may be completely visible …) Interaction Design Patterns - User Centred Design 5 / 23
  • 6. Interaction Design Patterns - User Centred Design http://blog.teamtreehouse.com/10-user-interface-design-fundamentals#! 6 / 23
  • 7. Interaction Design (ID) PATTERN • An interaction design (ID) pattern is a general repeatable solution to a commonly-occurring usability problem in interface design or interaction design [http://www.interaction-design.org/encyclopedia/interaction_design_patterns.html] • User Interface Design patterns are recurring solutions that solve common design problems. Design patterns are standard reference points for the experienced user interface designer. [http://ui-patterns.com] Interaction Design Patterns - User Centred Design Be aware, here problem ≠ error, instead problem = challenge 7 / 23
  • 8. Interaction Design (ID) PATTERN • Also known as • Interaction patterns • User interface (UI) patterns • Usability patterns • Web design patterns • Workflow patterns • These patterns share a lot of similarities and basically all provide solutions to usability problems in interaction and interface design. • Some patterns are known under different names (or even the same name) in different pattern collections. Interaction Design Patterns - User Centred Design 8 / 23
  • 9. • A Pattern capture a common structure without being too concrete on the details which gives the designer flexibility to be creative  it enables to put together something which “feels familiar” while remaining original • But ... Patterns ARE NOT • Off-the-shelf components • Each implementation of a pattern differs a little from every other • Simple rules or heuristics (not a checklist) • A step-by-step description of how to design an interface [Jenifer Tydwell] Interaction Design Patterns - User Centred Design 9 / 23
  • 10. Requirements (to use UI Patterns) • Field research • System requirements • Goal and Task Analysis • to describe and clarify what users will do with what you’re building • Design models, such as • Personas (models of users) • Scenarios (models of common task situations) • Prototypes (models of the user interface itself) • Empirical testing • Usability testing, in/situ observations, … • Time to iterate over several versions of the design • You won-t get it right the first time !! Interaction Design Patterns - User Centred Design 10 / 23
  • 11. Usual Elements that describe a UI pattern • Problem/s • Problems are related to the usage of the system and are relevant to the user or any other stakeholder that is interested in usability • Use when • a situation (in terms of the tasks, the users and the context of use) giving rise to a usability problem. • describing situations in which the problems occur • Principle/s • a pattern is usually based on one or more ergonomic principles such as user guidance, or consistency, or error management • Solution/s • a proven solution to the problem • the designer has the freedom to implement it in many ways • Why • a reasonable argument for the specified impact on usability when the pattern is applied • Examples and Implementation details Interaction Design Patterns - User Centred Design 11 / 23
  • 12. Pattern Collections • Designing Interfaces • Jenifer Tidwell • O'Reilly Media; Second Edition edition (January 6, 2011) • http://designinginterfaces.com/firstedition Interaction Design Patterns - User Centred Design “Anyone who’s serious about designing interfaces should have this book on their shelf for reference. It’s the most comprehensive cross-platform examination of common interface patterns anywhere. ” Dan Saffer http://www.odannyboy.com http://designinginterfaces.com/patterns 12 / 23
  • 13. Pattern Collections • Martijn van Welie • http://www.welie.com Interaction Design Patterns - User Centred Design 13 / 23
  • 14. Pattern Collections • http://developer.yahoo.com/ypatt erns • http://ui-patterns.com • http://patternry.com • http://quince.infragistics.com Interaction Design Patterns - User Centred Design 14 / 23
  • 15. “what users DO” human behaviors patterns, not interface elements • Safe exploration • Let me explore without getting lost or getting into trouble • Instant gratification • I want to accomplish something now, not later • Satisficing • This is good enough. I don’t want to spend more time learning to do it better • Satisfying+sufficing: people accept “good enough” instead “best” if learning the alternatives might cost time or effort • Changes in midstream • I changed my mind about what I was doing • Habituation • That works everywhere else; why doesn’t work here, too? • ..... Interaction Design Patterns - User Centred Design 15 / 23
  • 16. Interaction Design Patterns - User Centred Design 16 / 23
  • 17. Pattern organization • Organizing the Content • Information Architecture and Application Architecture • Getting Around • Navigation, Signposts and Wayfinding • Organizing the Page • Layout of Page Elements • Doing things: Commands and Actions • Showing Complex Data • Trees, Tables and Other Information Graphics • Getting Input From Users • Forms and Controls • Builders and Editors • Making It Look Good • Visual Style Aesthetics • User needs • Navigating around • Basic interactions • Searching • Dealing with data • Personalizing • Shopping • Making choices • Giving input • Miscelleaneous • Application needs • Drawing attention • Feedback • Simplifying interaction • Context of design • Site types • Experiences • Page types Interaction Design Patterns - User Centred Design http://www.welie.comhttp://designinginterfaces.com 17 / 23
  • 18. Interaction Design Patterns - User Centred Designhttp://www.emdezine.com/how-to-write-an-interaction-design-pattern 18 / 23
  • 19. For mobile UI design Interaction Design Patterns - User Centred Design Example: http://www.androidpatterns.com 19 / 23
  • 20. For mobile UI design Interaction Design Patterns - User Centred Design http://pttrns.com http://ios-patterns.com 20 / 23
  • 21. Interesting readings • 6 Popular Content Presentation Design Patterns • http://sixrevisions.com/user-interface/6-popular-content- presentation-design-patterns • Progressive Disclosure in User Interfaces • http://sixrevisions.com/user-interface/progressive-disclosure-in- user-interfases • Responsive Navigation Patterns • http://bradfrost.com/blog/web/responsive-nav-patterns Interaction Design Patterns - User Centred Design 21 / 23
  • 22. https://delicious.com/tgranollers/patterns • http://mobile.smashingmagazine.com/tag/design-patterns • http://sixrevisions.com/user-interface/mobile-ui-design- patterns-inspiration • http://www.interaction- design.org/encyclopedia/interaction_design_patterns.html • http://en.wikipedia.org/wiki/Interaction_design_pattern • 40+ Helpful Resources On User Interface Design Patterns • http://www.smashingmagazine.com/2009/06/15/40-helpful-resources- on-user-interface-design-patterns • 20+ articles on why and how to use design patterns • http://blog.patternry.com/post/9878279797/20-articles-on-why-and- how-to-use-design-patterns • YUI is a free, open source JavaScript and CSS library for building richly interactive web applications • http://yuilibrary.com • http://delicious.com/willhacker/patterns Interaction Design Patterns - User Centred Design 22 / 23
  • 23. Other bibliography Interaction Design Patterns - User Centred Design Android Design Patterns: Interaction Design Solutions for Developers Paperback by Greg Nudelman 2013 The Design of Sites: Patterns for Creating Winning Web Sites (2nd Edition) By Douglas K. van Duyne, James A. Landay & Jason I. Hong December 24, 2006 Mobile Design Pattern Gallery: UI Patterns for Smartphone Apps by Theresa Neil 2nd Edition edition (May 17, 2014) 23 / 23 In general, a pattern is a tested solution to give an answer at common design problems, which happen again and again

Notas del editor

  1. Interaction Design Patterns
  2. Since prehistoric times, people have invented technologies to help them remember things over long periods: notched sticks, knotted ropes, mnemonics, verbal stories and histories retold around campfires, writing, scrolls, books, number systems, shopping lists, checklists, phone directories, datebooks, accounting ledgers, oven timers, computers, portable digital assistants (PDAs), online shared calendars, etc.
  3. THE WEB DESIGNER’S ROADMAP (pp. 100-112) Aquest llibre comprat el tinc en PDF
  4. Off-the-shelf = llestos per a ser utilitzats
  5. Pag 10-19 llibre J. Tidwell
  6. http://ehrscience.com/2013/04/29/software-interaction-patterns-a-guide-to-user-behaviors http://ehrscience.com/architecture-and-design