Blog

How Dev Teams Can Make Images Accessible in Android

Devanshu Chandra
August 23, 2022 By Devanshu Chandra

It’s a relatively simple process to make images in iOS apps accessible: provide a content description for the image and that’s it. In Android, however,…

Read Article
How to make Images Accessible in Android 01

Building Accessible Android Apps with Jetpack Compose: Real-Time Examples

Devanshu Chandra
June 30, 2022 By Devanshu Chandra

In part one of this blog series on building accessible Android apps with Jetpack Compose, we learned how Accessibility Services behave with Jetpack Compose and…

Read Article
jetpack compose pt 2 01

Building Accessible Android Apps with Jetpack Compose: How Accessibility Service Interacts with Jetpack Compose

Devanshu Chandra
June 23, 2022 By Devanshu Chandra

Google recently came out with Jetpack Compose, a modern Android UI toolkit for building native Android UI faster and easier by using intuitive declarative Kotlin…

Read Article
Jetpack Compose a11y 01