All Projects → kikoso → Apprate For Android

kikoso / Apprate For Android

Licence: apache-2.0
AppRate-for-Android

Programming Languages

java
68154 projects - #9 most used programming language

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 [email protected].

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 - [email protected]

Follow me on Twitter Follow me on Google+ Follow me on LinkedIn
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].