I've recently started to work on talkBack accessibility for my app. I've created a custom view and I want to add prefix or suffix to the talkBack based on a few attributes.
I looked into AccessibilityNodeInfo
class but got a little confused and I don't think it will be very useful. Please let me know if I missed something there.
I know that I can customise the whole talkBack my changing the contentDescription
, and using if condition, but I am looking for something a bit more sophisticate.
Any help is appreciated. Thank you!