SlideShare a Scribd company logo
Module: Application Engineering 
and Design 
Topic 5: Wireframes and User 
Experience (UX) Principles
Key topics / learning outcomes 
of this lecture 
• Low fidelity wireframes 
• High fidelity wireframes 
• Traditional Storyboards 
• Technical Storyboard Tools 
• User Experience Principles (UX) 
2
Low fidelity wireframe example 
3
Low fidelity wireframes – pro’s 
• quick; 
• low cost; 
• easily amended; 
• client/employer may visualise the design from 
the drawings; 
• identify errors in design at early stage; 
• good material for basis of high fidelity 
wireframe design/storyboarding. 
B4004A L1 4
Low fidelity wireframes – con’s 
• no clear instructions for front-end developer 
to build the User Interface(UI); 
• back-end developer may not interpret the 
front-end development design; 
• client may require many changes to the design 
once it is built; 
– design changes often ‘cascade’, ie change the 
colour or function of one button and this may 
affect the design in other areas. 
B4004A L1 5
Flow Chart / Screen Map 
Creating a flow chart / screen map from a low fidelity wireframe can then be used as 
the basis for the high fidelity wireframe. 
B4004A L1 6
Transfer of initial design detail 
Here, the low fidelity wireframe details transcend into 
the flow chart / screen map: 
B4004A L1 7
High fidelity wireframe example 
Source: http://developer.android.com/training/design-navigation/ 
B4004A L1 8 
wireframing.html
High fidelity wireframes - pro’s 
• Very detailed; 
• User Interface may be built rapidly from the 
detail in the high fidelity wireframe; 
• Changes to design are less likely to be 
requested; 
• Client and design team all have a clear 
indication of the end design and its usability 
• Ability to carry out a ‘cognitive walk through’ 
of the design. 
B4004A L1 9
High fidelity wireframes - con’s 
• Time consuming; 
• Expensive for business: 
– time take to achieve the end result; 
– people hours required to achieve the end result; 
• Missed opportunity: 
– the market has moved on in the time it has taken to 
build the high fidelity wireframes; 
– rapid application development is more suitable to 
today’s fast moving market due to: 
• new device releases; 
• technology advances; 
B4004A L1 10
High Fidelity Wireframe 
Some of the detail expected within a high fidelity wireframe: 
• screen size/sizes outlined; 
• screen resolution/resolutions provided; 
• layout and content; 
• headings and titles; 
• menu and navigation; 
• font type, colour, size; 
• colour defined for each element (usually in hexadecimal, or ARGB); 
• content type, ie images, video, interactive; 
• image placement; 
• components, ie buttons, their appearance, their actions; 
• navigational flow of the application; 
B4004A L1 11
Traditional Storyboards 
• Visual storyboards are a good basis for preparing a 
video 
There are online tools available to achieve this type of 
storyboarding. 
B4004A L1 12
Technical Storyboard Tools 
This one has good 
reviews but is not 
free 
https://play.google.com/store/apps/details?id=com.brakefield.storyboard&hl=en_GB 
B4004A L1 13
Technical Storyboard Tools – pro’s 
• Storyboards are good for apps with a small to medium 
number of screens and relatively straightforward navigation 
between views.; 
• For large apps design, split up into multiple storyboard files; 
• Storyboards assist with User Interface (UI) implementation; 
• Good for a small sized app. 
B4004A L1 14
Technical Storyboard Tools – con’s 
• Lots of views and lots of cross-navigation 
between screens and the Storyboard view 
gets confusing; 
• For a large project with multiple developers 
storyboards are not ideal, unless they can be 
split. 
B4004A L1 15
Wireframes Design Tool 
Download 
free 
http://www.justinmind.com/free 
B4004A L1 16
Wireframe Design Tool 
Justinmind Protyper 
B4004A L1 17
Wireframe Design Tool 
Justinmind Prototyper Interface 
B4004A L1 18
Summary of wireframes design 
approach 
• Determine the time in hours available; 
• Decide on the app concept; 
• Draw low fidelity wireframes; 
• Create a flow chart; 
• Identify wireframe design tools to use: 
– Microsoft Visio is good for flowchart design; Powerpoint 
has flowchart design tools; 
– Justinmind is free for app wireframe design; 
• Ability then to create a ‘high fidelity’ wireframe: 
– time available will determine the level of detail; 
– amount of content will also determine the level of detail. 
B4004A L1 19
… next, moving on to User Experience (UX) … 
B4004A L1 20
User Experience (UX) 
What is it? 
• visually appealing design; 
• a design that the user can easily navigate; 
• a user can easily reach their goal; 
• more than one way of achieving objective; 
• intuitive; 
• appeasing the psychology of the user; 
• sometimes known as ‘usability’. 
B4004A L1 21
The User 
Who is the user? 
• a child? 
– can they read? 
• an adult? 
– a business user; 
– a customer; 
– a researcher; 
B4004A L1 22
Norman – the Design of Everyday Things 
“When objects appear to malfunction, it is not the fault of the user but rather 
the lack of intuitive guidance that should be present in the design.” 
B4004A L1 23
10 Usability Heuristics for User 
Interface Design – Jakob Nielsen 
1. Visibility of system status; 
2. Match between system and the real world; 
3. User control and freedom; 
4. Consistency and standards; 
5. Error prevention; 
6. Recognition rather than recall; 
7. Flexibility and efficiency of use; 
8. Aesthetic and minimalist design; 
9. Help users recognise, diagnose and recover from 
errors; 
10. Help and Documentation. 
B4004A L1 24
Gestalt principles 
Laws of grouping 
• Law of Proximity 
• Law of Similarity 
• Law of Closure 
• Law of Symmetry 
http://en.wikipedia.org/wiki/Gestalt_psychology 
Law of Symmetry 
B4004A L1 25
Law of Proximity 
B4004A L1 26
Law of Similarity 
B4004A L1 27
Law of Closure 
B4004A L1 28
Law of Symmetry 
B4004A L1 29
Gestalt principles 
B4004A L1 30
Useful Usability Principles 
• Colours: 
– blue is often used for large screen areas as the eye 
sees blue in a more relaxed way; 
– red to attract attention; 
– green for ‘go’ 
• ie purchase button at checkout 
B4004A L1 31
Useful UX Principles 
Use known and familiar icons 
B4004A L1 32
Useful UX Principles 
An image is sometimes worth 1,000 words: 
B4004A L1 33
Useful UX Principles 
Above the Fold 
B4004A L1 34
… next 
Topic 5 Seminar 
Learning the wireframes design software 
http://www.justinmind.com/free 
Work in groups 
Topic 5 Workshop 
Work in group and brainstorm app ideas 
Create low fidelity wireframes of an app 
B4004A L1 35
Essential work for next week 
• Please consult the OLE for details of: 
– Essential readings* 
– Seminar/workshop preparation work* 
– Recommended further readings 
– Any additional learning 
* Essential readings and preparation work must always be completed in time 
for the next session 
36
End of presentation 
© Pearson College 2013
Lecture 5 wireframes_and_ux_principles

More Related Content

PPTX
Lecture 5 wireframes_and_ux_principles
moduledesign
 
PDF
The Life Cycle of a Wireframe
Nick Finck
 
PDF
Applying Usability to Improve Value and Reduce Risk
Bonitasoft
 
PPTX
Designing for the Salesforce Platform
AaronRich1
 
PDF
lokesh_UX_Designer_v5
Lokesh S
 
PDF
Intro to User Centered Design Workshop
Patrick McNeil
 
PDF
Wireframing with Your Team in Mind (Susana Esparza & Jason Kolaitis & Jennife...
uxpa-dc
 
PDF
Working with Developers
Paul Walk
 
Lecture 5 wireframes_and_ux_principles
moduledesign
 
The Life Cycle of a Wireframe
Nick Finck
 
Applying Usability to Improve Value and Reduce Risk
Bonitasoft
 
Designing for the Salesforce Platform
AaronRich1
 
lokesh_UX_Designer_v5
Lokesh S
 
Intro to User Centered Design Workshop
Patrick McNeil
 
Wireframing with Your Team in Mind (Susana Esparza & Jason Kolaitis & Jennife...
uxpa-dc
 
Working with Developers
Paul Walk
 

Similar to Lecture 5 wireframes_and_ux_principles (20)

PDF
05 DIGI CREATIVE people&process
SheSaysCREATIVE
 
PDF
Introduction to UX for Mesiniaga Academy
Zainul Zain
 
PDF
UX, Agile and product management
Phil Barrett
 
PDF
Ux Meets Code Interaction Usability
Arabella David
 
PDF
Adaptive product design
Gavan Gibson
 
PPT
Using Product Box to Build the Complete Developer
Luke Hohmann
 
PPT
Designing and prototyping
Andres Baravalle
 
PPTX
X10 shop
SyafikIzwan
 
PDF
Software Product Engineering
Sagittarius
 
PDF
SharePoint functionality: To Build or to Buy? Let's ask Pareto!
Femke Goedhart
 
PDF
Agile Development – Why requirements matter by Fariz Saracevic
Agile ME
 
PPTX
Usability & Agile Development
binuvt
 
PDF
Digitization solutions - A new breed of software
Uwe Friedrichsen
 
PDF
Agile Development – Why requirements matter
Agile Austria Conference
 
PDF
User Testing for Accessibility
Usability Matters
 
PPTX
Mobile Project Management
Lee Schlenker
 
PDF
Website Accessibility Workshop
Devin Olson
 
PPT
Chap 6 - Software Architecture Part 1.ppt
khalidnawaz39
 
PPTX
Chap 6 - Software Architecture Part 1.pptx
ssuser0ed5b4
 
PPTX
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Carlo Longino
 
05 DIGI CREATIVE people&process
SheSaysCREATIVE
 
Introduction to UX for Mesiniaga Academy
Zainul Zain
 
UX, Agile and product management
Phil Barrett
 
Ux Meets Code Interaction Usability
Arabella David
 
Adaptive product design
Gavan Gibson
 
Using Product Box to Build the Complete Developer
Luke Hohmann
 
Designing and prototyping
Andres Baravalle
 
X10 shop
SyafikIzwan
 
Software Product Engineering
Sagittarius
 
SharePoint functionality: To Build or to Buy? Let's ask Pareto!
Femke Goedhart
 
Agile Development – Why requirements matter by Fariz Saracevic
Agile ME
 
Usability & Agile Development
binuvt
 
Digitization solutions - A new breed of software
Uwe Friedrichsen
 
Agile Development – Why requirements matter
Agile Austria Conference
 
User Testing for Accessibility
Usability Matters
 
Mobile Project Management
Lee Schlenker
 
Website Accessibility Workshop
Devin Olson
 
Chap 6 - Software Architecture Part 1.ppt
khalidnawaz39
 
Chap 6 - Software Architecture Part 1.pptx
ssuser0ed5b4
 
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Carlo Longino
 
Ad

More from moduledesign (20)

PPT
Bm512 b525 t1_s_v002
moduledesign
 
PPT
Bm512 b525 t5_l_v002
moduledesign
 
PPT
Bm509 b519 t1_l_v002
moduledesign
 
PPT
Corporate reporting and finance lecture 1
moduledesign
 
PPTX
Af502 b523 t1_l1_v002
moduledesign
 
PPT
B515 lecture 1 edited_mr
moduledesign
 
PPT
B502 ethics lecture t005_rf
moduledesign
 
PPT
B526 ops pm lecture_t001b_with notes
moduledesign
 
PPT
B526 ops pm lecture_t009_rf
moduledesign
 
PPTX
Pearson principles of business implementing strategy lecture 2
moduledesign
 
PPTX
Generic lecture 4 research design (1)
moduledesign
 
PPTX
Generic lecture 3 literature review tutor
moduledesign
 
PPTX
Generic lecture 2 research proposal student
moduledesign
 
PPTX
Tutor version slides seminar 9 implementing knowledge management
moduledesign
 
PPTX
Tutor version slides eminar 2 the nature of knowing
moduledesign
 
PPTX
Tutor version slides seminar 10 assignment support
moduledesign
 
PPTX
Tutor version slides seminar 5 the learning organisation
moduledesign
 
PPTX
Tutor version slides seminar 1 introduction to knowledge management
moduledesign
 
PPTX
Tutor version slides seminar 4 organisational learning
moduledesign
 
PPTX
Tutor version slides seminar 7 digital knowledge managment
moduledesign
 
Bm512 b525 t1_s_v002
moduledesign
 
Bm512 b525 t5_l_v002
moduledesign
 
Bm509 b519 t1_l_v002
moduledesign
 
Corporate reporting and finance lecture 1
moduledesign
 
Af502 b523 t1_l1_v002
moduledesign
 
B515 lecture 1 edited_mr
moduledesign
 
B502 ethics lecture t005_rf
moduledesign
 
B526 ops pm lecture_t001b_with notes
moduledesign
 
B526 ops pm lecture_t009_rf
moduledesign
 
Pearson principles of business implementing strategy lecture 2
moduledesign
 
Generic lecture 4 research design (1)
moduledesign
 
Generic lecture 3 literature review tutor
moduledesign
 
Generic lecture 2 research proposal student
moduledesign
 
Tutor version slides seminar 9 implementing knowledge management
moduledesign
 
Tutor version slides eminar 2 the nature of knowing
moduledesign
 
Tutor version slides seminar 10 assignment support
moduledesign
 
Tutor version slides seminar 5 the learning organisation
moduledesign
 
Tutor version slides seminar 1 introduction to knowledge management
moduledesign
 
Tutor version slides seminar 4 organisational learning
moduledesign
 
Tutor version slides seminar 7 digital knowledge managment
moduledesign
 
Ad

Recently uploaded (20)

PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PDF
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 

Lecture 5 wireframes_and_ux_principles

  • 1. Module: Application Engineering and Design Topic 5: Wireframes and User Experience (UX) Principles
  • 2. Key topics / learning outcomes of this lecture • Low fidelity wireframes • High fidelity wireframes • Traditional Storyboards • Technical Storyboard Tools • User Experience Principles (UX) 2
  • 4. Low fidelity wireframes – pro’s • quick; • low cost; • easily amended; • client/employer may visualise the design from the drawings; • identify errors in design at early stage; • good material for basis of high fidelity wireframe design/storyboarding. B4004A L1 4
  • 5. Low fidelity wireframes – con’s • no clear instructions for front-end developer to build the User Interface(UI); • back-end developer may not interpret the front-end development design; • client may require many changes to the design once it is built; – design changes often ‘cascade’, ie change the colour or function of one button and this may affect the design in other areas. B4004A L1 5
  • 6. Flow Chart / Screen Map Creating a flow chart / screen map from a low fidelity wireframe can then be used as the basis for the high fidelity wireframe. B4004A L1 6
  • 7. Transfer of initial design detail Here, the low fidelity wireframe details transcend into the flow chart / screen map: B4004A L1 7
  • 8. High fidelity wireframe example Source: http://developer.android.com/training/design-navigation/ B4004A L1 8 wireframing.html
  • 9. High fidelity wireframes - pro’s • Very detailed; • User Interface may be built rapidly from the detail in the high fidelity wireframe; • Changes to design are less likely to be requested; • Client and design team all have a clear indication of the end design and its usability • Ability to carry out a ‘cognitive walk through’ of the design. B4004A L1 9
  • 10. High fidelity wireframes - con’s • Time consuming; • Expensive for business: – time take to achieve the end result; – people hours required to achieve the end result; • Missed opportunity: – the market has moved on in the time it has taken to build the high fidelity wireframes; – rapid application development is more suitable to today’s fast moving market due to: • new device releases; • technology advances; B4004A L1 10
  • 11. High Fidelity Wireframe Some of the detail expected within a high fidelity wireframe: • screen size/sizes outlined; • screen resolution/resolutions provided; • layout and content; • headings and titles; • menu and navigation; • font type, colour, size; • colour defined for each element (usually in hexadecimal, or ARGB); • content type, ie images, video, interactive; • image placement; • components, ie buttons, their appearance, their actions; • navigational flow of the application; B4004A L1 11
  • 12. Traditional Storyboards • Visual storyboards are a good basis for preparing a video There are online tools available to achieve this type of storyboarding. B4004A L1 12
  • 13. Technical Storyboard Tools This one has good reviews but is not free https://play.google.com/store/apps/details?id=com.brakefield.storyboard&hl=en_GB B4004A L1 13
  • 14. Technical Storyboard Tools – pro’s • Storyboards are good for apps with a small to medium number of screens and relatively straightforward navigation between views.; • For large apps design, split up into multiple storyboard files; • Storyboards assist with User Interface (UI) implementation; • Good for a small sized app. B4004A L1 14
  • 15. Technical Storyboard Tools – con’s • Lots of views and lots of cross-navigation between screens and the Storyboard view gets confusing; • For a large project with multiple developers storyboards are not ideal, unless they can be split. B4004A L1 15
  • 16. Wireframes Design Tool Download free http://www.justinmind.com/free B4004A L1 16
  • 17. Wireframe Design Tool Justinmind Protyper B4004A L1 17
  • 18. Wireframe Design Tool Justinmind Prototyper Interface B4004A L1 18
  • 19. Summary of wireframes design approach • Determine the time in hours available; • Decide on the app concept; • Draw low fidelity wireframes; • Create a flow chart; • Identify wireframe design tools to use: – Microsoft Visio is good for flowchart design; Powerpoint has flowchart design tools; – Justinmind is free for app wireframe design; • Ability then to create a ‘high fidelity’ wireframe: – time available will determine the level of detail; – amount of content will also determine the level of detail. B4004A L1 19
  • 20. … next, moving on to User Experience (UX) … B4004A L1 20
  • 21. User Experience (UX) What is it? • visually appealing design; • a design that the user can easily navigate; • a user can easily reach their goal; • more than one way of achieving objective; • intuitive; • appeasing the psychology of the user; • sometimes known as ‘usability’. B4004A L1 21
  • 22. The User Who is the user? • a child? – can they read? • an adult? – a business user; – a customer; – a researcher; B4004A L1 22
  • 23. Norman – the Design of Everyday Things “When objects appear to malfunction, it is not the fault of the user but rather the lack of intuitive guidance that should be present in the design.” B4004A L1 23
  • 24. 10 Usability Heuristics for User Interface Design – Jakob Nielsen 1. Visibility of system status; 2. Match between system and the real world; 3. User control and freedom; 4. Consistency and standards; 5. Error prevention; 6. Recognition rather than recall; 7. Flexibility and efficiency of use; 8. Aesthetic and minimalist design; 9. Help users recognise, diagnose and recover from errors; 10. Help and Documentation. B4004A L1 24
  • 25. Gestalt principles Laws of grouping • Law of Proximity • Law of Similarity • Law of Closure • Law of Symmetry http://en.wikipedia.org/wiki/Gestalt_psychology Law of Symmetry B4004A L1 25
  • 26. Law of Proximity B4004A L1 26
  • 27. Law of Similarity B4004A L1 27
  • 28. Law of Closure B4004A L1 28
  • 29. Law of Symmetry B4004A L1 29
  • 31. Useful Usability Principles • Colours: – blue is often used for large screen areas as the eye sees blue in a more relaxed way; – red to attract attention; – green for ‘go’ • ie purchase button at checkout B4004A L1 31
  • 32. Useful UX Principles Use known and familiar icons B4004A L1 32
  • 33. Useful UX Principles An image is sometimes worth 1,000 words: B4004A L1 33
  • 34. Useful UX Principles Above the Fold B4004A L1 34
  • 35. … next Topic 5 Seminar Learning the wireframes design software http://www.justinmind.com/free Work in groups Topic 5 Workshop Work in group and brainstorm app ideas Create low fidelity wireframes of an app B4004A L1 35
  • 36. Essential work for next week • Please consult the OLE for details of: – Essential readings* – Seminar/workshop preparation work* – Recommended further readings – Any additional learning * Essential readings and preparation work must always be completed in time for the next session 36
  • 37. End of presentation © Pearson College 2013

Editor's Notes

  • #14: There are free tools, but not as good or effective. There are a lot of Storyboarding Tools for IOS (Apple), but fewer for Android.