Android: How to implement simple "rate it" preferences button?

207 views Asked by At

I've googled and searched for an answer to my question but all I can find is people asking about rating systems that pop up a dialogue after a number of launches.

My application is for a live wallpaper so I expect most people to launch and set it once.

I just want a preference button that takes users as directly as possible to the app rating screen.

Can anyone suggest the best way to accomplish this? Thank you!

1

There are 1 answers

3
Amrut On BEST ANSWER

Here is code you are looking for

https://github.com/codechimp-org/AppRater

Add this library in your project and you should be set.