Top Banner
Modern android UI Kirill Zotin 08.11.2012
28

Modern android ui

Jul 06, 2015

Download

Documents

Kirill Zotin
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Modern android ui

Modern android UI

Kirill Zotin08.11.2012

Page 2: Modern android ui

● Content is 1st class citizen● Pictures are faster than words● Only show what I need when I need it● Make the important things fast● Do the heavy lifting for me

Holo theme

Page 3: Modern android ui

Default themes

Page 4: Modern android ui

Redesign

Page 5: Modern android ui
Page 6: Modern android ui
Page 7: Modern android ui
Page 8: Modern android ui
Page 9: Modern android ui

Supporting device variety

Page 10: Modern android ui

● Same content● Same hierarchy● Representation

adapts to context

Responsive mobile design

Page 11: Modern android ui

Stretch / compress

Page 12: Modern android ui

Stack

Page 13: Modern android ui

Expand / collapse

Page 14: Modern android ui

Show / hide

Page 15: Modern android ui
Page 16: Modern android ui
Page 17: Modern android ui
Page 18: Modern android ui

Metrics

1 DP == one pixel on a 160 dpi screen. The ratio of dp-to-pixel will change with the screen density, but not necessarily in direct proportion.

Page 19: Modern android ui

UI patterns

Page 20: Modern android ui

ActionBar

Page 21: Modern android ui

Sliding menu

Page 22: Modern android ui

Rich notifications

BigTextStyle InboxStyle

BigPictureStyle

Page 23: Modern android ui

Swipe to dismiss

Page 24: Modern android ui

Bezel swipe

Page 25: Modern android ui

Quick return

Page 26: Modern android ui

Sticky blocks

Double click to view video

Page 27: Modern android ui

Undo

Page 28: Modern android ui

Official docsd.android.com/design

Design in actionhttp://j.mp/androiddesigninaction

http://www.holoeverywhere.com

Must read