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.
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.
If you need to do complex designs such as the Google play ratings, then there are no existing libraries at present. But for starting a simple rating bar Rating Bar documentation for the same.