3

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).

enter image description here

Is there something which can make it or i need code it manually?

Lorenzo Vincenzi
  • 1,153
  • 1
  • 9
  • 26

1 Answers1

2

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.

Daksh Agrawal
  • 855
  • 1
  • 11
  • 22