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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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