AppRate-for-Android

Additional

Language
Java
Version
N/A
Created
Aug 16, 2012
Updated
Feb 9, 2020 (Retired)
Owner
Enrique López Mañas (kikoso)
Contributors
Caleb Sabatini (csabatini)
Stefano (stefanopochet)
Enrique López Mañas (kikoso)
3
Activity
Badge
Generate
Download
Source code

Advertisement

AppRate for Android

AppRate for Android is a library that allows your users to rate your application in a non intrusive way. A window with options to rate, remind later or reject is displayed according to your configuration

Contributing

If you want to contribute, or you have any special remark about the library, please feel free to drop me a line at eenriquelopez@gmail.com.

How to install/use

You can checkout the repository and add it to your project, or download it through Maven Central.

 compile 'com.github.kikoso:AppRate-Android:1.0-RELEASE'

After adding it, you will need to add it as a library project to your Android application. Once this has been done, use it as follows:

 super.onCreate(savedInstanceState);
    new AppRater(this)
            .setMinDays(0)
            .setMinLaunches(0)
            .setAppTitle("My Title")
            .init();

That's it :-)

Enjoy!

Developed By

Enrique López Mañas - eenriquelopez@gmail.com