0

i found a plug-in for iOs application. Is there any plugin like this for android aswell?

Plugin website: http://goo.gl/yFTns

Sample screen: http://goo.gl/GDtSL

KAPLANDROID
  • 1,099
  • 1
  • 12
  • 23
  • Maybe this question on StackOverflow can help you [Android approach for “Rate my application”][1] [1]: http://stackoverflow.com/questions/6482783/android-approach-for-rate-my-application – Ceetn Aug 16 '12 at 08:29

2 Answers2

1

Look at this android code snippet for rate your android application .

http://www.androidsnippets.com/prompt-engaged-users-to-rate-your-app-in-the-android-market-appirater

Chirag
  • 56,621
  • 29
  • 151
  • 198
0

It doesn't need a plug-in. You just count if the user is using the app (number of opens, time, something like that) and after a time you popup a AlertDialogue with an Intent ACTION_OPEN to your Google Play link.

Budius
  • 39,391
  • 16
  • 102
  • 144