Skip to content
Nicolas POMEPUY edited this page Jun 13, 2014 · 7 revisions

Welcome in the Wiki.

Usage

Minimal declaration

AppRate.with(MyActivity.this).checkAndShow();

Composition:

AppRate // the class
    .with(MyActivity.this) // The linked activity. Mandatory
    .[Settings] // see the settings section below
    .[Action] // action to be performed. Cannot be chained. See the action section below

Settings

Full list of settings

Actions

Full list of actions

Changelog

V2.0.1 - V2.0.2

  • Bug fixes

V2.0

  • Support for custom views

  • Deprecation of methods using time to use milliseconds

  • Detects if Play Store is installed

  • Better Translucent activity support

V1.0.4

  • Avoid showing anything if the Play Store is not installed
  • Avoid showing anything when there is no connection (thanks to @kozaxinan)
  • Translucent theme support