java - How to get app rating of an app on the play store? -


how can app rating (stars) of application published on play store?

something like

public int getcurrentaverageapprating(string packagename) 

that return example 3,50 (three , half stars)

thanks

there no offical api know of. can suggest using unoffical one: https://code.google.com/p/android-market-api/ don't know how reliable or work.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -