Droidcon Italy: You must and you can: Android UI Patterns

52
You must and you can: Android UI Patterns Gabriele Mariotti Droidcon Torino - 6/7 February 2014

description

We often wonder if we need to fully follow the official guidelines to make a beatiful app. Users don't know them, then why should we follow the guidelines?

Transcript of Droidcon Italy: You must and you can: Android UI Patterns

Page 1: Droidcon Italy: You must and you can: Android UI Patterns

You must and you can: Android UI Patterns

Gabriele Mariotti

Droidcon Torino - 6/7 February 2014

Page 2: Droidcon Italy: You must and you can: Android UI Patterns

ANDROID GUIDELINES

Droidcon Torino - 6/7 February 2014

• Should I follow them?

• Can I write a successful app without

following them?

• Users don’t know them

Page 3: Droidcon Italy: You must and you can: Android UI Patterns

DEV

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

https://play.google.com/store/apps/details?id=ch.bitspin.timely

Timely by Bitspin

Page 4: Droidcon Italy: You must and you can: Android UI Patterns

DEV

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Yahoo Weather

Droidcon Torino - 6/7 February 2014

https://play.google.com/store/apps/details?id=com.yahoo.mobile.client.android.weather

Page 5: Droidcon Italy: You must and you can: Android UI Patterns

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

Timely by Bitspin

Installs1,000,000 - 5,000,000

Yahoo Weather

Installs5,000,000 - 10,000,000 Updated to December 2013

Page 6: Droidcon Italy: You must and you can: Android UI Patterns

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

Timely by Bitspin Yahoo Weather

Updated to December 2013

They are guidelines not RULES, but...

Page 7: Droidcon Italy: You must and you can: Android UI Patterns

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

Timely by Bitspin Yahoo Weather

Page 8: Droidcon Italy: You must and you can: Android UI Patterns

Bitspin WeatherTimely by Yahoo

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

?

Page 9: Droidcon Italy: You must and you can: Android UI Patterns

DEV

CAN I WRITE A SUCCESSFUL APP WITHOUT FOLLOWING THEM?

Droidcon Torino - 6/7 February 2014

They are guidelines not RULES, but...

...consistency and conventions are there to HELP your users. They help users get things done and not worry about how to get things done. Design guidelines are there to help you understand the consistency and conventions, especially if you're not from around here.

Matias Duarte (Android design lead)

https://plus.google.com/u/0/114892667463719782631/posts/PXGZ48VaqHz

Page 10: Droidcon Italy: You must and you can: Android UI Patterns

ANDROID GUIDELINES

• Make a beautiful app

• Follow design guidelines

• Optimize your layouts

• Support multiple screens

• Be consistent with the platform

Droidcon Torino - 6/7 February 2014

Page 11: Droidcon Italy: You must and you can: Android UI Patterns

ANDROID GUIDELINES

• I am building a beautiful app

• I should follow design guidelines but...

• I can customize all views

• I can customize all behaviours

Droidcon Torino - 6/7 February 2014

A señor developer

Page 12: Droidcon Italy: You must and you can: Android UI Patterns

ANDROID GUIDELINES

• I want a beautiful app, an android beautiful app

• I don’t know about design guidelines but...

• … I don’t like to learn new things

• I want to use simply your app

Droidcon Torino - 6/7 February 2014

A user

Page 13: Droidcon Italy: You must and you can: Android UI Patterns

If one of your user uninstalls your app….

....you will LOSE him for ever!

WHO IS RIGHT?

Droidcon Torino - 6/7 February 2014

Page 14: Droidcon Italy: You must and you can: Android UI Patterns

My designers would like:

I AM WORRIED

Droidcon Torino - 6/7 February 2014

• something new

• a great app

My users would like: • an app easy to use

• a great app

Beautiful + easy to use

Page 15: Droidcon Italy: You must and you can: Android UI Patterns

THEN?

Droidcon Torino - 6/7 February 2014

• Follow guidelines

• Be creative, but don’t reinvent the wheel

• Be reactive, because standards can change

• Be consistent with platform

• Listen to your users

• Imagine unexpected things

Page 16: Droidcon Italy: You must and you can: Android UI Patterns

WHAT DOES IT MEAN???

Droidcon Torino - 6/7 February 2014

?

Page 17: Droidcon Italy: You must and you can: Android UI Patterns

A basic and common example: ACTIONBAR

WHAT DOES IT MEAN???

Droidcon Torino - 6/7 February 2014

Page 18: Droidcon Italy: You must and you can: Android UI Patterns

• Someone had an idea (a magic idea)

• Someone wasn’t afraid to be the first to introduce a new

component

ACTIONBAR BEFORE 2011...

• was first introduced by third party apps, not by Google.

• had different implementations and behaviours

Droidcon Torino - 6/7 February 2014

Imagine unexpected things

Page 19: Droidcon Italy: You must and you can: Android UI Patterns

ACTIONBAR SINCE 2011...

• became an official standard pattern with its rules

• became a guideline

Droidcon Torino - 6/7 February 2014

Be consistent

• Don’t stop to evolve this component !!!Imagine unexpected things

Page 20: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU MUST: USE THE ACTIONBAR

• Use the ActionBar with its rules

• No Fake-ActionBar

• Customize your ActionBarhttp://jgilfelt.github.io/android-actionbarstylegenerator/)

Droidcon Torino - 6/7 February 2014

http://developer.android.com/design/patterns/actionbar.html

Follow guidelines

Be creative

Page 21: Droidcon Italy: You must and you can: Android UI Patterns

DEV

ActionBars haven’t to be identical (..since 2011)

YOU MUST: CUSTOMIZE THE ACTIONBAR

Droidcon Torino - 6/7 February 2014

http://jgilfelt.github.io/android-actionbarstylegenerator/

Page 22: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: USE THE SECOND GENERATION OF ACTIONBAR

FadingActionBar: Google introduced it in Google Play Music

Droidcon Torino - 6/7 February 2014

https://github.com/ManuelPeinado/FadingActionBar

Page 23: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: USE THE SECOND GENERATION OF ACTIONBAR

NotBoringActionBar: Google introduced it in Google Play Newsstand

Droidcon Torino - 6/7 February 2014

https://github.com/flavienlaurent/NotBoringActionBar/

Page 24: Droidcon Italy: You must and you can: Android UI Patterns

● Are they in guidelines?

● Did they break guidelines?

● What would have happen if they had not been

built by Google?

HOW MANY QUESTIONS…..

FadingActionBar, NotBoringActionBar...

Droidcon Torino - 6/7 February 2014

Be creative

Imagine unexpected things

Page 25: Droidcon Italy: You must and you can: Android UI Patterns

THEN

Droidcon Torino - 6/7 February 2014

FadingActionBar, NotBoringActionBar…

Be reactive!! Use

them !!!

Page 26: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: USE THE SECOND GENERATION OF ACTIONBAR

A transparent actionbar

Droidcon Torino - 6/7 February 2014

https://play.google.com/store/apps/details?id=flipboard.app

Be creative

Page 27: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: ACTIONBAR + STATUSBAR

Something new… IMMERSIVE FULLSCREEN MODE

• SYSTEM_UI_FLAG_IMMERSIVE

• SYSTEM_UI_FLAG_IMMERSIVE_STICKY

Droidcon Torino - 6/7 February 2014

http://developer.android.com/training/system-ui/immersive.html#sticky

Page 28: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: ACTIONBAR + STATUSBAR

A transparent actionbar + transparent status bar

Droidcon Torino - 6/7 February 2014

https://play.google.com/store/apps/details?id=com.b2cloud.cookscompanion

Be creative

Pay attention: I don’t think that all apps can use this feature.

Page 29: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU CAN: ACTIONBAR + STATUSBAR

CREATE A BACKGROUNG “TINT”

FOR NAVIGATION & STATUS BARS

Droidcon Torino - 6/7 February 2014

https://github.com/jgilfelt/SystemBarTint

Be creative

Page 30: Droidcon Italy: You must and you can: Android UI Patterns

THEN?

Be reactive!! It is something new...then it can change quickly!

If it will become standard, change your code without breaking

the guidelines.

Droidcon Torino - 6/7 February 2014

Page 31: Droidcon Italy: You must and you can: Android UI Patterns

THERE CAN BE (FEW) EXCEPTIONS

Break the established patterns when needed

but don't break them just to be different

Don’t reinvent the

wheel

Droidcon Torino - 6/7 February 2014

Page 32: Droidcon Italy: You must and you can: Android UI Patterns

A basic and common example: NAVIGATION DRAWER

WHAT DOES IT MEAN???

Droidcon Torino - 6/7 February 2014

Page 33: Droidcon Italy: You must and you can: Android UI Patterns

• “Facebook navigation”

• Side Navigation

• Fly in app menu

• Sliding menu

• ………….

NAVIGATION DRAWER BEFORE 2013

Droidcon Torino - 6/7 February 2014

Page 34: Droidcon Italy: You must and you can: Android UI Patterns

• was first introduced by third party apps, not by Google.

• had different implementations and behaviours

NAVIGATION DRAWER BEFORE 2013

Droidcon Torino - 6/7 February 2014

• Someone had an idea (a magic idea)

• Someone wasn’t afraid to be the first to introduce a new

component Imagine unexpected things

Page 35: Droidcon Italy: You must and you can: Android UI Patterns

NAVIGATION DRAWER SINCE 2013...

• became an official standard pattern with its rules

• became a guideline

• same behaviour

Droidcon Torino - 6/7 February 2014

Be consistent

• Don’t stop to evolve this component !!!Imagine unexpected things

Page 36: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YOU MUST: USE THE NAVIGATION DRAWER

• Use the Navigation Drawer with its rules

• No Fake-Navigation Drawer

• Customize your Navigation Drawer

Droidcon Torino - 6/7 February 2014

http://developer.android.com/design/patterns/navigation-drawer.html

Follow guidelines

Be creative

Page 37: Droidcon Italy: You must and you can: Android UI Patterns

Navigation Drawers haven’t to be identical

YOU MUST: CUSTOMIZE THE NAVIGATION DRAWER

Droidcon Torino - 6/7 February 2014

Page 38: Droidcon Italy: You must and you can: Android UI Patterns

● Can I use a custom library instead of the official?

● Can I use a different icon?

● Can I use subtle animations or colored elements

inside my navigation drawer?

HOW MANY QUESTIONS…..

Navigation Drawer...

Droidcon Torino - 6/7 February 2014

Be creative and imagine unexpected things

Why????

Why????

Page 39: Droidcon Italy: You must and you can: Android UI Patterns

Google please can you change it?

A little thought:

- built by Google: it is interesting…..

- built by unknown: ..eh?

what are you doing??

THERE CAN BE (FEW) EXCEPTIONS

Wait…!! I think to know what you would like to ask me!

Droidcon Torino - 6/7 February 2014

Why????

Page 40: Droidcon Italy: You must and you can: Android UI Patterns

YOU CAN: THE 2nd GENERATION OF NAVIGATION DRAWER?

Droidcon Torino - 6/7 February 2014

Available soon….stay tune!

• Add colors

• Add subtle animations but look

out for potential gesture

conflict!

Page 41: Droidcon Italy: You must and you can: Android UI Patterns

A basic and common example: NEW GESTURES and NEW

PATTERNS

WHAT DOES IT MEAN???

Droidcon Torino - 6/7 February 2014

Page 42: Droidcon Italy: You must and you can: Android UI Patterns

DEV

YESTERDAY : PULL TO REFRESH

Droidcon Torino - 6/7 February 2014

https://github.com/chrisbanes/Android-PullToRefresh * deprecated!

It was a new pattern:

● Learned by users

● Not in guidelinesThey were creative

Page 43: Droidcon Italy: You must and you can: Android UI Patterns

DEV

TODAY: ACTION BAR PULL TO REFRESH

Droidcon Torino - 6/7 February 2014

https://github.com/chrisbanes/ActionBar-PullToRefresh

A new pattern:

● Learned by users

● Not in guidelines

● No official codeBe reactive

Page 44: Droidcon Italy: You must and you can: Android UI Patterns

Don’t be afraid to be the first to

integrate new gestures!

NEW GESTURES

Droidcon Torino - 6/7 February 2014

Page 45: Droidcon Italy: You must and you can: Android UI Patterns

But use a wizard to explain NEW gesture

NEW GESTURES

Droidcon Torino - 6/7 February 2014

Page 46: Droidcon Italy: You must and you can: Android UI Patterns

DEV

Something new… “Circa News” app.

NEW GESTURES:

Droidcon Torino - 6/7 February 2014

Be ready..

“Vertical swipe with pagination”

https://play.google.com/store/apps/details?id=cir.ca

Page 47: Droidcon Italy: You must and you can: Android UI Patterns

DEV

Something new… “Tumblr” app.

NEW GESTURES:

Droidcon Torino - 6/7 February 2014

Be ready..

“Swipe back”

https://play.google.com/store/apps/details?id=com.tumblr

Page 48: Droidcon Italy: You must and you can: Android UI Patterns

THE CHANGES SOMETIMES ARE VIRAL

Droidcon Torino - 6/7 February 2014

Page 49: Droidcon Italy: You must and you can: Android UI Patterns

THE CHANGES SOMETIMES ARE VIRAL

Droidcon Torino - 6/7 February 2014

Also with guidelines….

Should I be reactive ?

Be ready..

Page 50: Droidcon Italy: You must and you can: Android UI Patterns

CLOSING

Droidcon Torino - 6/7 February 2014

• Write a great app, following Android guidelines

• Break the established patterns when needed but don't break

them just to be different

• Don’t be afraid to be the first to build unexpected things....

new patterns, new gestures, new views

Page 51: Droidcon Italy: You must and you can: Android UI Patterns

CLOSING

Remember:

Droidcon Torino - 6/7 February 2014

• users expect apps to work in a certain way

• customize your views but don’t build an ANTIPATTERN

• test the user experience

• Guidelines change and evolve…. Be reactive!

Page 52: Droidcon Italy: You must and you can: Android UI Patterns

Droidcon Torino - 6/7 February 2014

Thank you!

Gabriele Mariotti

[email protected]/+GabrieleMariotti