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

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -