Transcript
Page 1: Android Talks #05 - Android labs notifier

Android labs notifierIvan Marić

Page 2: Android Talks #05 - Android labs notifier

Why

• Inform user about new version!

• Avoid testing on old versions

Page 3: Android Talks #05 - Android labs notifier

Notifications

Page 4: Android Talks #05 - Android labs notifier

Setup

• Deployed to Maven Central Repository !

• Add to project as gradle dependency: !

!

Page 5: Android Talks #05 - Android labs notifier

Status bar

Page 6: Android Talks #05 - Android labs notifier

AlertDialog

Page 7: Android Talks #05 - Android labs notifier

Version comparison

• Version name with build number!- ends with -b<n>!

• Version name without build number!- major.minor.build scheme

Page 8: Android Talks #05 - Android labs notifier

Demo

• Show demo application


Top Related