Top Banner
Material Design Speaker Imam Raza GDG Karachi Event 24 th January
14
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: Material design

Material DesignSpeaker Imam Raza

GDG Karachi Event 24th January

Page 2: Material design

Material design is a unified system of

visual, motion, and interaction design that

adapts across different devices.

What is it?

Page 3: Material design

● Material design is inspired by tactile

materials, such as paper and ink.

● Material surfaces interact in a shared

space

● Surfaces can have elevation (z-height)

and cast shadows on other surfaces to

convey relationships

Inspired by

Page 4: Material design

● A new theme

● New widgets for complex views

● New APIs for custom shadows and

animations

Android Material design Elements

Page 5: Material design

Android Material Theme

Page 6: Material design

New Widget List and Card View

Page 7: Material design

Recycler View

Page 8: Material design

Recycling view

Page 9: Material design

Recycle view API

Page 10: Material design

Card View

Page 11: Material design

View Shadows

Page 12: Material design

● imagines every UI surface as a "sheet of

paper" floating above a background.

● Each sheet of paper occupies a position

in Z space and casts a shadow on

elements below it.

View Shadows

Page 13: Material design

● In addition to the X and Y properties,

now have a Z property.

● Z property represent elevation.

<ImageView …

android:elevation="8dp" />

View Shadows

Page 14: Material design

Animation