How to implement android intermediate progressbar accessibility
问题 I would like to announce the loading text on an android intermediate progressbar. I want to output something like this for disabled people who are using talkback service on the Android device when an intermediate progressbar is loading. File is loading. File is fetching. File is converting. File is loaded. I checked around google and found that I could use: 1) announceForAccessibility on progressbar view. (Not working in my case, only works when I load it with a Handler) My code override fun