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

Similar to Lecture 5 wireframes_and_ux_principles

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

Similar to Lecture 5 wireframes_and_ux_principles (20)

05 DIGI CREATIVE people&process
05 DIGI CREATIVE people&process05 DIGI CREATIVE people&process
05 DIGI CREATIVE people&process
 
Introduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga AcademyIntroduction to UX for Mesiniaga Academy
Introduction to UX for Mesiniaga Academy
 
UX, Agile and product management
UX, Agile and product managementUX, Agile and product management
UX, Agile and product management
 
Ux Meets Code Interaction Usability
Ux Meets Code Interaction UsabilityUx Meets Code Interaction Usability
Ux Meets Code Interaction Usability
 
Adaptive product design
Adaptive product  designAdaptive product  design
Adaptive product design
 
Using Product Box to Build the Complete Developer
Using Product Box to Build the Complete DeveloperUsing Product Box to Build the Complete Developer
Using Product Box to Build the Complete Developer
 
Designing and prototyping
Designing and prototypingDesigning and prototyping
Designing and prototyping
 
X10 shop
X10 shopX10 shop
X10 shop
 
Software Product Engineering
Software Product EngineeringSoftware Product Engineering
Software Product Engineering
 
SharePoint functionality: To Build or to Buy? Let's ask Pareto!
SharePoint functionality: To Build or to Buy? Let's ask Pareto!SharePoint functionality: To Build or to Buy? Let's ask Pareto!
SharePoint functionality: To Build or to Buy? Let's ask Pareto!
 
Agile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz SaracevicAgile Development – Why requirements matter by Fariz Saracevic
Agile Development – Why requirements matter by Fariz Saracevic
 
Usability & Agile Development
Usability & Agile DevelopmentUsability & Agile Development
Usability & Agile Development
 
Digitization solutions - A new breed of software
Digitization solutions - A new breed of softwareDigitization solutions - A new breed of software
Digitization solutions - A new breed of software
 
Agile Development – Why requirements matter
Agile Development – Why requirements matterAgile Development – Why requirements matter
Agile Development – Why requirements matter
 
User Testing for Accessibility
User Testing for AccessibilityUser Testing for Accessibility
User Testing for Accessibility
 
Mobile Project Management
Mobile Project ManagementMobile Project Management
Mobile Project Management
 
Website Accessibility Workshop
Website Accessibility WorkshopWebsite Accessibility Workshop
Website Accessibility Workshop
 
Chap 6 - Software Architecture Part 1.ppt
Chap 6 - Software Architecture Part 1.pptChap 6 - Software Architecture Part 1.ppt
Chap 6 - Software Architecture Part 1.ppt
 
Chap 6 - Software Architecture Part 1.pptx
Chap 6 - Software Architecture Part 1.pptxChap 6 - Software Architecture Part 1.pptx
Chap 6 - Software Architecture Part 1.pptx
 
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
 

More from moduledesign

Bm512 b525 t1_s_v002
Bm512 b525 t1_s_v002Bm512 b525 t1_s_v002
Bm512 b525 t1_s_v002
moduledesign
 
Bm512 b525 t5_l_v002
Bm512 b525 t5_l_v002Bm512 b525 t5_l_v002
Bm512 b525 t5_l_v002moduledesign
 
Bm509 b519 t1_l_v002
Bm509 b519 t1_l_v002Bm509 b519 t1_l_v002
Bm509 b519 t1_l_v002
moduledesign
 
Corporate reporting and finance lecture 1
Corporate reporting and finance lecture 1Corporate reporting and finance lecture 1
Corporate reporting and finance lecture 1
moduledesign
 
Af502 b523 t1_l1_v002
Af502 b523 t1_l1_v002Af502 b523 t1_l1_v002
Af502 b523 t1_l1_v002
moduledesign
 
B515 lecture 1 edited_mr
B515 lecture 1 edited_mrB515 lecture 1 edited_mr
B515 lecture 1 edited_mr
moduledesign
 
B502 ethics lecture t005_rf
B502 ethics lecture t005_rfB502 ethics lecture t005_rf
B502 ethics lecture t005_rfmoduledesign
 
B526 ops pm lecture_t001b_with notes
B526 ops pm lecture_t001b_with notesB526 ops pm lecture_t001b_with notes
B526 ops pm lecture_t001b_with notes
moduledesign
 
B526 ops pm lecture_t009_rf
B526 ops pm lecture_t009_rfB526 ops pm lecture_t009_rf
B526 ops pm lecture_t009_rf
moduledesign
 
Pearson principles of business implementing strategy lecture 2
Pearson principles of business implementing strategy lecture 2Pearson principles of business implementing strategy lecture 2
Pearson principles of business implementing strategy lecture 2
moduledesign
 
Generic lecture 4 research design (1)
Generic lecture 4 research design (1)Generic lecture 4 research design (1)
Generic lecture 4 research design (1)
moduledesign
 
Generic lecture 3 literature review tutor
Generic lecture 3 literature review  tutorGeneric lecture 3 literature review  tutor
Generic lecture 3 literature review tutor
moduledesign
 
Generic lecture 2 research proposal student
Generic lecture 2 research proposal studentGeneric lecture 2 research proposal student
Generic lecture 2 research proposal student
moduledesign
 
Tutor version slides seminar 9 implementing knowledge management
Tutor version slides seminar 9 implementing knowledge managementTutor version slides seminar 9 implementing knowledge management
Tutor version slides seminar 9 implementing knowledge management
moduledesign
 
Tutor version slides eminar 2 the nature of knowing
Tutor version slides eminar 2 the nature of knowingTutor version slides eminar 2 the nature of knowing
Tutor version slides eminar 2 the nature of knowing
moduledesign
 
Tutor version slides seminar 10 assignment support
Tutor version slides seminar 10 assignment supportTutor version slides seminar 10 assignment support
Tutor version slides seminar 10 assignment support
moduledesign
 
Tutor version slides seminar 5 the learning organisation
Tutor version slides seminar 5 the learning organisationTutor version slides seminar 5 the learning organisation
Tutor version slides seminar 5 the learning organisation
moduledesign
 
Tutor version slides seminar 1 introduction to knowledge management
Tutor version slides seminar 1 introduction to knowledge managementTutor version slides seminar 1 introduction to knowledge management
Tutor version slides seminar 1 introduction to knowledge management
moduledesign
 
Tutor version slides seminar 4 organisational learning
Tutor version slides seminar 4 organisational learningTutor version slides seminar 4 organisational learning
Tutor version slides seminar 4 organisational learning
moduledesign
 
Tutor version slides seminar 7 digital knowledge managment
Tutor version slides seminar 7 digital knowledge managment Tutor version slides seminar 7 digital knowledge managment
Tutor version slides seminar 7 digital knowledge managment
moduledesign
 

More from moduledesign (20)

Bm512 b525 t1_s_v002
Bm512 b525 t1_s_v002Bm512 b525 t1_s_v002
Bm512 b525 t1_s_v002
 
Bm512 b525 t5_l_v002
Bm512 b525 t5_l_v002Bm512 b525 t5_l_v002
Bm512 b525 t5_l_v002
 
Bm509 b519 t1_l_v002
Bm509 b519 t1_l_v002Bm509 b519 t1_l_v002
Bm509 b519 t1_l_v002
 
Corporate reporting and finance lecture 1
Corporate reporting and finance lecture 1Corporate reporting and finance lecture 1
Corporate reporting and finance lecture 1
 
Af502 b523 t1_l1_v002
Af502 b523 t1_l1_v002Af502 b523 t1_l1_v002
Af502 b523 t1_l1_v002
 
B515 lecture 1 edited_mr
B515 lecture 1 edited_mrB515 lecture 1 edited_mr
B515 lecture 1 edited_mr
 
B502 ethics lecture t005_rf
B502 ethics lecture t005_rfB502 ethics lecture t005_rf
B502 ethics lecture t005_rf
 
B526 ops pm lecture_t001b_with notes
B526 ops pm lecture_t001b_with notesB526 ops pm lecture_t001b_with notes
B526 ops pm lecture_t001b_with notes
 
B526 ops pm lecture_t009_rf
B526 ops pm lecture_t009_rfB526 ops pm lecture_t009_rf
B526 ops pm lecture_t009_rf
 
Pearson principles of business implementing strategy lecture 2
Pearson principles of business implementing strategy lecture 2Pearson principles of business implementing strategy lecture 2
Pearson principles of business implementing strategy lecture 2
 
Generic lecture 4 research design (1)
Generic lecture 4 research design (1)Generic lecture 4 research design (1)
Generic lecture 4 research design (1)
 
Generic lecture 3 literature review tutor
Generic lecture 3 literature review  tutorGeneric lecture 3 literature review  tutor
Generic lecture 3 literature review tutor
 
Generic lecture 2 research proposal student
Generic lecture 2 research proposal studentGeneric lecture 2 research proposal student
Generic lecture 2 research proposal student
 
Tutor version slides seminar 9 implementing knowledge management
Tutor version slides seminar 9 implementing knowledge managementTutor version slides seminar 9 implementing knowledge management
Tutor version slides seminar 9 implementing knowledge management
 
Tutor version slides eminar 2 the nature of knowing
Tutor version slides eminar 2 the nature of knowingTutor version slides eminar 2 the nature of knowing
Tutor version slides eminar 2 the nature of knowing
 
Tutor version slides seminar 10 assignment support
Tutor version slides seminar 10 assignment supportTutor version slides seminar 10 assignment support
Tutor version slides seminar 10 assignment support
 
Tutor version slides seminar 5 the learning organisation
Tutor version slides seminar 5 the learning organisationTutor version slides seminar 5 the learning organisation
Tutor version slides seminar 5 the learning organisation
 
Tutor version slides seminar 1 introduction to knowledge management
Tutor version slides seminar 1 introduction to knowledge managementTutor version slides seminar 1 introduction to knowledge management
Tutor version slides seminar 1 introduction to knowledge management
 
Tutor version slides seminar 4 organisational learning
Tutor version slides seminar 4 organisational learningTutor version slides seminar 4 organisational learning
Tutor version slides seminar 4 organisational learning
 
Tutor version slides seminar 7 digital knowledge managment
Tutor version slides seminar 7 digital knowledge managment Tutor version slides seminar 7 digital knowledge managment
Tutor version slides seminar 7 digital knowledge managment
 

Recently uploaded

DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Reflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdfReflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdf
amberjdewit93
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
christianmathematics
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
SriSurya50
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 

Recently uploaded (20)

DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Reflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdfReflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdf
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 

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

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