android talks #05 - android labs notifier

8

Click here to load reader

Upload: infinum-ltd

Post on 27-May-2015

164 views

Category:

Technology


0 download

DESCRIPTION

When developers release a new app version, they often want to notify existing users that an update is available. We have the same problem when deploying new test versions apps developed for our clients. Our solution for the problem is something called Lab notifier.

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