SlideShare a Scribd company logo
1 of 55
Download to read offline
@fernando_cejas
Who am I?
ā€¢ā€Æ Barcelona GDG Organizer.
ā€¢ā€Æ Software Engineer.
ā€¢ā€Æ Android lover.
ā€¢ā€Æ Geek.
Who am I?
ā€¢ā€Æ Not a UX/UI guyā€¦. I'm a coder...
ā€¢ā€Æ So what the hell Iā€™m doing here?
Agenda
ā€¢ā€Æ User Interface
ā€¢ā€Æ User Experience
ā€¢ā€Æ Usability
ā€¢ā€Æ Android Design Patterns
ā€¢ā€Æ Examples
ā€¢ā€Æ Advices
ā€¢ā€Æ Conclusion	
 Ā 
Why this talk?
WTF?
WTF?
WTF?
What is User Interface? (UI)
ā€¢ā€Æ A common boundary or surface between the
interactive system and the user.
ā€¢ā€Æ All elements which provide communication
between the interactive system and the user.
Elements of a User Interface
What is User Interface Design?
ā€¢ā€Æ User interface design is the process of
supporting the tasks (goals) of the user, ideally
in a friendly and articulate manner.
What about User Experience (UX)?
ā€¢ā€Æ User experience (UX) is about how a person feels about
using a product, system or service. User experience is
subjective in nature, because it is about an individualā€™s
feelings and thoughts about the system.
What is Usability?
ā€¢ā€Æ Usability means that a person using a system
ļ¬nds it easy to understand and use.
ā€¢ā€Æ A usable system allows a person to focus on
their tasks, and not on the system itself.
ā€¢ā€Æ A usable system most often does what a!
person expects.
Usability Iceberg
Interaction Techniques.
Keyboard and mouse
mappings, menus,
feedback, etc.
Visuals.
Cues, feedback, and
aesthetics.
Android Design Patterns
What is a Design Pattern?
ā€¢ā€Æ Itā€™s a design solution to a recurring problem.
ā€¢ā€Æ Itā€™s also about not reinventing the wheel.
ā€¢ā€Æ People want to use what they have learnt
already using the phone.
Things changeā€¦ Isnā€™t it?
Things changeā€¦ Isnā€™t it?
Ice Cream Sandwich! Android 4.0
ā€¢ā€Æ A big quality step.
ā€¢ā€Æ Mature, stable and elegant.
For Smartphones and Tablets
ā€¢ā€Æ Different devices have different usability.
Android Main Themes
ā€¢ā€Æ Holo Light and Holo Dark.
Your branding
ā€¢ā€Æ Consistency has its place in Android, but you also have the flexibility
to customize the look of your app to reinforce your brand.
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Gestures
ā€¢ā€Æ Gestures allow users to interact with your app by
manipulating the screen objects you provide
Application Structure
Navigation with Back and Up
Action Bar
Action Bar
ā€¢ā€Æ Consider split it when
having many elements
Navigation Drawer
ā€¢ā€Æ The navigation drawer is a panel that transitions in from the left
edge of the screen and displays the appā€™s main navigation options.
ā€¢ā€Æ The user can open the drawer panel by touching the navigation
drawer indicator.
Multi-pane Layouts
Multi-pane Layouts
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Compound Views and Orientation Changes
Swipe Views
ā€¢ā€Æ Navigate with gestures through the content.
Contextual Action Bar
Notiļ¬cations
ā€¢ā€Æ The notiļ¬cation system allows your app to keep the user informed
about events, such as new chat messages or a calendar event.
Pure Android
Google Glassā€¦
Design for Glassā€¦.
ā€¢ā€Æ Users typically have multiple devices that store and display
information for speciļ¬c time periods. Glass works best with
information that is simple, relevant, and current.
ā€¢ā€Æ Don't try to replace a smartphone, tablet, or laptop by
transferring features designed for these devices to Glass.
Instead, focus on how Glass and your services complement
each other, and deliver an experience that is unique.
Design for Glassā€¦.
ā€¢ā€Æ Design interfaces that use imagery, colloquial voice
interactions, and natural gestures.
Android Wearā€¦.
ā€¢ā€Æ Android wearables provide just the right information at just
the right time, allowing you to be connected to the virtual
world and present in the real world.
Android Wear - Pages
ā€¢ā€Æ Pages are additional cards that can appear to the right of
your main card in the stream. If your core message is longer
than a short snippet, do not sacriļ¬ce glanceability by packing
a lot of information into your primary notiļ¬cation. Instead, use
pages to provide additional content.
Android Wear - Notiļ¬cation Stacks
ā€¢ā€Æ Stacks are a way of adding multiple useful notiļ¬cations
without overwhelming the userā€™s stream. If your application
may produce multiple concurrent notiļ¬cations, consider
combining them into a stack.
Android Wear - Pages
ā€¢ā€Æ Voice replies are primarily used by messaging applications to
provide a hands-free way of dictating a short message. You
can also provide a up to ļ¬ve suggested replies or ā€œcanned
responsesā€ that are useful in a wide range of cases.
UI/UX Examples
Beautifulā€¦ Sweeeet!!!!
UI/UX Examples
Grand St.
UI/UX Examples
Banjo
UI/UX Examples
Timely Alarm Clock.
Some adviceā€¦
ā€¢ā€Æ Don't port the UI from other platforms.
ā€¢ā€Æ Don't override the behavior of system buttons.
ā€¢ā€Æ Know your user and get feedback from him.
ā€¢ā€Æ Test on real users, early and often.
ā€¢ā€Æ Do what the user expects.
ā€¢ā€Æ The most common operations should be visible.
ā€¢ā€Æ Don't reinvent the wheel.
Some adviceā€¦
ā€¢ā€Æ Innovate but don't go further than standards
ā€¢ā€Æ Build better products, not more features
Any questions?
Thanks!
@fernando_cejas
www.fernandocejas.com

More Related Content

What's hot

Android design and Custom views
Android design and Custom views Android design and Custom views
Android design and Custom views
Lars Vogel
Ā 

What's hot (10)

Drawing Tool
Drawing ToolDrawing Tool
Drawing Tool
Ā 
Material Design in Android
Material Design in Android Material Design in Android
Material Design in Android
Ā 
angular-formly presentation
angular-formly presentationangular-formly presentation
angular-formly presentation
Ā 
Head first iOS programming
Head first iOS programmingHead first iOS programming
Head first iOS programming
Ā 
What is java fx?
What is java fx?What is java fx?
What is java fx?
Ā 
My Ionic Adventure
My Ionic AdventureMy Ionic Adventure
My Ionic Adventure
Ā 
Prototyping Axure
Prototyping AxurePrototyping Axure
Prototyping Axure
Ā 
PLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few HoursPLAT-20 Building Alfresco Prototypes in a Few Hours
PLAT-20 Building Alfresco Prototypes in a Few Hours
Ā 
Android design and Custom views
Android design and Custom views Android design and Custom views
Android design and Custom views
Ā 
Sikuli Slides
Sikuli SlidesSikuli Slides
Sikuli Slides
Ā 

Viewers also liked

Viewers also liked (6)

Material Design for Old Schoolers
Material Design for Old SchoolersMaterial Design for Old Schoolers
Material Design for Old Schoolers
Ā 
Android Performance Tips & Tricks
Android Performance Tips & TricksAndroid Performance Tips & Tricks
Android Performance Tips & Tricks
Ā 
Inside Android Testing
Inside Android TestingInside Android Testing
Inside Android Testing
Ā 
It is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmerIt is about philosophy: culture of a good programmer
It is about philosophy: culture of a good programmer
Ā 
The Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on AndroidThe Mayans Lost Guide to RxJava on Android
The Mayans Lost Guide to RxJava on Android
Ā 
How to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom ViewsHow to Become the MacGyver of Android Custom Views
How to Become the MacGyver of Android Custom Views
Ā 

Similar to Android UX-UI Design for Fun and Profit

Ux ui presentation2
Ux ui presentation2Ux ui presentation2
Ux ui presentation2
GeneXus
Ā 
Chapter 1 id2e_slides
Chapter 1 id2e_slidesChapter 1 id2e_slides
Chapter 1 id2e_slides
oopscrash1
Ā 
Multi Platform User Exerience
Multi Platform User ExerienceMulti Platform User Exerience
Multi Platform User Exerience
Tanya Zavialova
Ā 

Similar to Android UX-UI Design for Fun and Profit (20)

Ux ui presentation2
Ux ui presentation2Ux ui presentation2
Ux ui presentation2
Ā 
Android Design Patterns
Android Design PatternsAndroid Design Patterns
Android Design Patterns
Ā 
Dev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trendsDev fest ile ife 2014-ux, material design and trends
Dev fest ile ife 2014-ux, material design and trends
Ā 
Chapter 1 id2e_slides
Chapter 1 id2e_slidesChapter 1 id2e_slides
Chapter 1 id2e_slides
Ā 
Web UI Design Patterns 2014
Web UI Design Patterns 2014Web UI Design Patterns 2014
Web UI Design Patterns 2014
Ā 
UI Design
UI DesignUI Design
UI Design
Ā 
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptxAdaptive UI for Android and iOS using Material and Cupertino.pptx
Adaptive UI for Android and iOS using Material and Cupertino.pptx
Ā 
UI and UX for Mobile Developers
UI and UX for Mobile DevelopersUI and UX for Mobile Developers
UI and UX for Mobile Developers
Ā 
Usability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt AcademyUsability Workshop at Lillebaelt Academy
Usability Workshop at Lillebaelt Academy
Ā 
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
Ā 
Between Paper & Code
Between Paper & CodeBetween Paper & Code
Between Paper & Code
Ā 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014
Ā 
UI/UX Fundamentals
UI/UX FundamentalsUI/UX Fundamentals
UI/UX Fundamentals
Ā 
Design process interaction design basics
Design process interaction design basicsDesign process interaction design basics
Design process interaction design basics
Ā 
hema ppt (2).pptx
hema ppt (2).pptxhema ppt (2).pptx
hema ppt (2).pptx
Ā 
Designing for Multiple Devices - Sarit Arora
 Designing for Multiple Devices - Sarit Arora Designing for Multiple Devices - Sarit Arora
Designing for Multiple Devices - Sarit Arora
Ā 
Multi Platform User Exerience
Multi Platform User ExerienceMulti Platform User Exerience
Multi Platform User Exerience
Ā 
Multi Channel Publishing
Multi Channel PublishingMulti Channel Publishing
Multi Channel Publishing
Ā 
UI.docx
UI.docxUI.docx
UI.docx
Ā 
UI.docx
UI.docxUI.docx
UI.docx
Ā 

More from Fernando Cejas

Android simple 2d Layout animation
Android simple 2d Layout animationAndroid simple 2d Layout animation
Android simple 2d Layout animation
Fernando Cejas
Ā 

More from Fernando Cejas (9)

How ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second EditionHow ANDROID TESTING changed how we think about Death - Second Edition
How ANDROID TESTING changed how we think about Death - Second Edition
Ā 
How ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about DeathHow ANDROID TESTING changed how we think about Death
How ANDROID TESTING changed how we think about Death
Ā 
Dinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview EvolutionDinosaurs and Androids: The Listview Evolution
Dinosaurs and Androids: The Listview Evolution
Ā 
Webview: The fifth element
Webview: The fifth elementWebview: The fifth element
Webview: The fifth element
Ā 
Nfc on Android
Nfc on AndroidNfc on Android
Nfc on Android
Ā 
Android Cloud To Device Messaging
Android Cloud To Device MessagingAndroid Cloud To Device Messaging
Android Cloud To Device Messaging
Ā 
Android Quick Introduction
Android Quick IntroductionAndroid Quick Introduction
Android Quick Introduction
Ā 
Desarrollo android almacenamiento de datos
Desarrollo android    almacenamiento de datosDesarrollo android    almacenamiento de datos
Desarrollo android almacenamiento de datos
Ā 
Android simple 2d Layout animation
Android simple 2d Layout animationAndroid simple 2d Layout animation
Android simple 2d Layout animation
Ā 

Recently uploaded

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
Ā 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
Ā 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
Ā 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
Ā 

Recently uploaded (20)

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
Ā 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
Ā 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
Ā 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Ā 
Orlandoā€™s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlandoā€™s Arnold Palmer Hospital Layout Strategy-1.pptxOrlandoā€™s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlandoā€™s Arnold Palmer Hospital Layout Strategy-1.pptx
Ā 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
Ā 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
Ā 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
Ā 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
Ā 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
Ā 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
Ā 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
Ā 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
Ā 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Ā 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
Ā 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
Ā 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
Ā 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
Ā 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
Ā 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
Ā 

Android UX-UI Design for Fun and Profit