notifunk

21
Notifunk what’s new in Android L notifications Chuck Greb @ecgreb

Upload: chuck-greb

Post on 15-Jan-2015

142 views

Category:

Mobile


0 download

DESCRIPTION

What's new in Android L notifications?

TRANSCRIPT

Page 1: Notifunk

Notifunkwhat’s new in Android L notifications

Chuck Greb@ecgreb

Page 2: Notifunk
Page 3: Notifunk
Page 4: Notifunk
Page 6: Notifunk

Notifications are important.

Page 7: Notifunk

What’s new in Android L?

● Material Design● Lockscreen● Heads-up● Cloud-sync● Wearables

Page 8: Notifunk

Material Design

● Color Palette● Shadows● Animations● Cards everywhere

Page 9: Notifunk
Page 10: Notifunk

Lockscreen notifications

● Lockscreen notification display● Visibility Level

○ Public○ Private○ Secret

● Ranking and ordering

Page 11: Notifunk

“To best take advantage of this sorting, developers

should focus on the user experience they want to

create rather than aiming for any particular spot on

the list.”https://developer.android.com/preview/notifications.html

Page 12: Notifunk
Page 13: Notifunk

Heads-up notifications

● Small floating window over current activity● Expanded layout with actions● Retreat to status bar after a short time

Page 14: Notifunk
Page 15: Notifunk

Conditions for heads-up display

● PRIORITY_HIGH or PRIORITY_MAX● Vibrate or Ringtone● Full Screen Intent

setFullScreenIntent(PendingIntent intent, boolean highPriority)

Page 16: Notifunk

Cloud-sync

Act on a notification on your Android tablet and it is also dismissed on your phone.

Page 17: Notifunk

Wearables

● Speech input● Canned responses● Interactive experiences

Page 18: Notifunk

Live Demo(please don’t crash)

Page 19: Notifunk

Developer Previewhttps://developer.android.com/preview

Page 20: Notifunk

Demo & Slideshttps://github.com/ecgreb/notifunk

Page 21: Notifunk

Fin.Chuck Greb

@ecgreb