I would like to include in my app a view of all ratings obtained by a specific object. This view has to be similar to Google Play ratings for apps (see image).
Is there something which can make it or i need code it manually?
I would like to include in my app a view of all ratings obtained by a specific object. This view has to be similar to Google Play ratings for apps (see image).
Is there something which can make it or i need code it manually?
Use this chart Library: https://github.com/PhilJay/MPAndroidChart
Use the Type Horizontal-BarChart
Its a bit more complex than the chart making taught at school but that only will do your work.