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
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].
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!
Enrique López Mañas - [email protected]