0

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!

SDKP
  • 3
  • 1

1 Answers1

0

Here is code you are looking for

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

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

Amrut
  • 543
  • 4
  • 8
  • I have used this before and works great. It uses SharedPreferences. – Kushal Paudyal Dec 06 '13 at 20:52
  • This is what I've already found in my searches, I'm looking for a simple preference item, not an invasive popup window. – SDKP Dec 06 '13 at 22:05
  • It looks like the code I need is within this library, I'll root around in it and see if I can get what I need working, thank you for the link! – SDKP Dec 06 '13 at 22:08