E-mail List Archives
Thread: Accessibility for custom views in Android
Number of posts in this thread: 1 (In chronological order)
From:
Subject: Accessibility for custom views in Android
No previous message | No next message
Hello everyone.
I´m working in an accessibility training for Android devs.
We´re consuming a library that has accessibility already implemented.
However, I´m worried about use cases where we will must implemented
custom components that don´t exist on that library.
I´ve been researching and I found methods such as
AccessibilityNodeInfo or sendAccessibilityEvent, but, as I´m not an
android dev, I don´t understand very well what are they used for.
Could please someone guide me and tell me what are the key methods to
enssure accessibility in android custom views and also what are these
methods used for?
Thanks so much