Greetings,
Most native Android widgets provide a method called SetContentDescription() which allows developers to provide info useful to blind/low vision users who rely on Android screen readers like Talkback, Spiel, and Mobile Accessibility. I specifically want to be able to set this field for views like the seekbar control so that blind users of an app I'm working on will be able to more easily determine what they are adjusting when they change the bar's position.
Most native Android widgets provide a method called SetContentDescription() which allows developers to provide info useful to blind/low vision users who rely on Android screen readers like Talkback, Spiel, and Mobile Accessibility. I specifically want to be able to set this field for views like the seekbar control so that blind users of an app I'm working on will be able to more easily determine what they are adjusting when they change the bar's position.