Skip to content

kikoso/AppRate-for-Android

Repository files navigation

Build Status

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

Example Image

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

Follow me on Twitter Follow me on Google+ Follow me on LinkedIn

Releases

No releases published

Packages

No packages published

Languages