Search code examples
androidrating

How to create rating bars in Android?


I need to create rating bars like in Google Play as follows:

enter image description here

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.


Solution

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