This module offers a hands-on guide to building inclusive and accessible Android apps using Jetpack Compose.
You’ll learn how accessibility services interpret Compose UI through semantics, how to validate behavior using TalkBack and testing tools, and how to structure screens for clarity and navigation.
The module also dives into building accessible custom components, comparing Layout and Canvas approaches, and enhancing complex UI with meaningful semantics and actions.
By Tori Gonda.
In this Android accessibility tutorial, learn how to make apps with
Jetpack Compose that everyone can use, including people with vision,
motor, or hearing disabilities.
In this lesson, you’ll learn more helpful Jetpack Compose semantics for accessibility,
as well as details about the semantics tree that will contribute to your testing
skills.
This chapter focuses on building accessible custom Jetpack Compose components, emphasizing when to reuse existing components and when to build from scratch.
You’ll learn how to add meaningful semantics and actions to complex UI built with Layout.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.