Glossary
Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.
Search results
- Android Accessibility Service(also: AccessibilityService, Android a11y Service)
- The Android Accessibility Service is a system-level API that lets an app observe and interact with the UI of other applications on the device, exposing the hierarchical view tree (class names, text, bounds, clickability) and dispatching events such as focus changes, clicks, and…
- contentDescription(also: content description, android:contentDescription)
- An Android accessibility attribute that provides a text description for UI elements, particularly those without visible text such as ImageButtons and ImageViews. When set, TalkBack and other Android screen readers announce this description to users. For elements that rely solely…
2 results.