Developing for Android accessibility
Make sure all your app users can get and stay connected. Learn to develop accessible, inclusive apps for Android devices using Jetpack Compose.
About the accessibility API
FREE PREVIEWCompose UI Check and Layout Inspector
FREE PREVIEWAccessibility properties
Customising accessibility properties
Reviewing custom accessibility properties
Creating a fake checkbox
Knowledge Check: Fundamentals
About accessible names and descriptions
Anatomy of a TalkBack announcement
Matching names and text labels
Using contentDescription
Labelling text fields
Determining the accessible name
Reviewing accessible names
Reviewing accessible names
Concatenated accessible names
Adding accessible descriptions
Knowledge Check: Accessible names and descriptions
What are accessible usage instructions?
Adding accessible usage instructions
Crafting a custom accessible usage instruction
Knowledge Check: Accessible usage instruction
The importance of accessible semantic markup
Semantic navigation via TalkBack
Using accessibility roles
Accessible headings
Knowledge Check: Structure and navigation
Introduction to accessible images
About decorative and informative images
Using decorative images
Using informative images
About functional images
Using functional images
About complex images
Using complex images
Knowledge Check: Images