How can I make an Android app compatible with BrailleBack?

212 views Asked by At

I'm looking to make the Android app I work on more accessible, and was wondering if we need to do anything special to make it compatible with services like BrailleBack so it can be used with braille readers like this one: https://uk.optelec.com/products/abc-640-en-uk-alva-bc640.html

We've already used tools like the accessibility scanner to help us identify changes that can make the app compatible with screen readers. Can anyone recommend any tutorials, etc. that can help us build compatibility with braille readers and services like BrailleBack? Or is it just very similar approach to services like TalkBack, technically speaking?

I've tried looking through Google's developer documentation and accessibility support, but no luck.

https://developer.android.com/guide/topics/ui/accessibility/additional-resources https://support.google.com/accessibility/android#topic=6007234

It would be great to have an app that is better prepared for visually impaired users. Many thanks :-)

1

There are 1 answers

2
GrahamTheDev On BEST ANSWER

You have actually done everything correctly.

Braille Screens and Readers take the input from a screen reader and turn it into Braille.

BrailleBack interacts with Google TalkBack to turn the output from TalkBack into a format that a Braille Screen / Keyboard can understand.

If you can use the App with TalkBack with no accessibility issues then it should work with BrailleBack.

I am aware that some Apps have issues with scrolling past the first screen using a Braille display.

As far as I am aware this is a bug in BrailleBack but that may be the one area you need to research more as i have never experienced it personally and it is only second hand information colleagues have told me about in the past.