android talks #05 - android labs notifier

Post on 27-May-2015

164 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

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

Android labs notifierIvan Marić

Why

• Inform user about new version!

• Avoid testing on old versions

Notifications

Setup

• Deployed to Maven Central Repository !

• Add to project as gradle dependency: !

!

Status bar

AlertDialog

Version comparison

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

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

Demo

• Show demo application

top related