I need to create rating bars like in Google Play as follows:
Do I have to manually create all of this, or is there an already implemented solution?
p.s. the built in RatingBar looks awful and does not work as expected.
Here are two libraries that will help you:
https://github.com/railskarthi/Ratingbar
And a more custom Rating Bar:
https://github.com/badoo/StarBar
Last one can set colors easily and has a lot of listeners.