How to Provide Mobile Accessibility in Your Native Android App | Guide — Part 1 | by Karol Wrótniak | Jul, 2023
In this article, you’ll learn how to create accessible mobile apps for Android OS. It’s quite important nowadays. There are more and more users for who accessibility matters. Additionally, more and more laws require app owners to support accessibility. First, let’s explain what mobile app…
Mobile App Development
0
Improving Android Accessibility with Modifiers in Jetpack Compose | by Eevis Panula | Jul, 2023
The other day, I was doing some accessibility fixes on our codebase. I came across a switch that didn’t have a label associated with it, meaning screen reader users would need to do a bit of guessing to get the information on what they were…