Search code examples
androidaccessibility

Accessible star rating for Android


I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible). How can I have a star rating view that takes into account Talkback users?


Solution

  • I found an example of what I need here:

    https://github.com/google/iosched/blob/2017/lib/src/main/java/com/google/samples/apps/iosched/ui/widget/CustomRatingBar.java