Testing Different Navigation Options with Compose
Reading time: about 5 minutes
Published
One part of creating accessible Android apps is to provide alternative navigation options. This blog post explores testing them.
Read the Post »Reading time: about 5 minutes
Published
One part of creating accessible Android apps is to provide alternative navigation options. This blog post explores testing them.
Read the Post »Reading time: about 7 minutes
Published
In Droidcon Berlin, I gave a talk in which I tested one app - Clue - from an accessibility perspective. This blog post summarizes the talk and results.
Read the Post »Reading time: about 4 minutes
Published
As a part of my master's thesis, I developed an Android accessibility checklist. This blog post shares it, and a bit of about the development process.
Read the Post »Reading time: about 8 minutes
Published
Cats are back! In this blog post, we'll look into accessibility considerations for the stacked cards layout.
Read the Post »Reading time: about 5 minutes
Published
Many Android apps are locked to portrait mode, and that is an accessibility problem. This blog post discusses how to support both oritentations for Android apps.
Read the Post »Reading time: about 6 minutes
Published
In this blog post, we'll look into how to write tests for custom components for programmatically available name, role, and value.
Read the Post »Reading time: about 7 minutes
Published
Let's continue the theme of personalizing your app for users for accessibility by adding a setting to change the app theme between system default, dark, light, and high-contrast themes.
Read the Post »Reading time: about 8 minutes
Published
Let's continue the theme of personalizing your app for users for accessibility by adding a setting to toggle labels with icons.
Read the Post »Reading time: about 7 minutes
Published
When users have different, even conflicting, needs for access, what should you do? This blog post discusses personalization as a way to solve this issue.
Read the Post »Reading time: about 8 minutes
Published
Android Studio Iguana brought us UI Checks, and in this blog post, I'll discuss them specifically from accessibility point of view.
Read the Post »Reading time: about 3 minutes
Published
Having both dark and light themes in your app is essential for accessibility. This post explains why, and provides links to further reading.
Read the Post »Reading time: about 4 minutes
Published
In this blog post, I discuss how to test with Accessibility Scanner, a semi-automated tool (an Android app) for testing Android accessibility.
Read the Post »Reading time: about 5 minutes
Published
In this blogpost, I'll look into some considerations about font sizing, how to test it, and what are some common issues related to increased font sizes.
Read the Post »Reading time: about 8 minutes
Published
Making graphs accessible on Android requires some work, and in this blog post series I explore how to do that. The fourth post is about adding visible control buttons for using the graph.
Read the Post »Reading time: about 5 minutes
Published
Making graphs accessible on Android requires some work, and in this blog post series I explore how to do that. The third post is all about differentiating data by other means than color.
Read the Post »Reading time: about 4 minutes
Published
Making graphs accessible on Android requires some work, and in this blog post series I explore how to do that. The second post touches keyboard navigation and how to make it work with the example graph.
Read the Post »Reading time: about 7 minutes
Published
Making graphs accessible on Android requires some work, and in this blog post series I explore how to do that. The first post is about adding content descriptions for, e.g., screen readers.
Read the Post »Reading time: about 7 minutes
Published
In this blog post, I look at the challenges Android developers often face when it comes to developing accessible Android apps, and some proposed solutions from research.
Read the Post »Reading time: about 10 minutes
Published
This blog post introduces a couple of modifiers, and how to use them to improve Android app accessibility.
Read the Post »Reading time: about 9 minutes
Published
I did a round of quick tests for four documentation tools: Swagger UI, Read the Docs, Docusaurus, and GitBook. In this blog post, I share the results of these tests.
Read the Post »Reading time: about 4 minutes
Published
Setting `outline`-property to 0 or none for focus styles creates accessibility problems. In this blog post, I share why.
Read the Post »Reading time: about 7 minutes
Published
Learning about accessibility for the first time can feel overwhelming. In this blog post, I'll share some advice I think a developer new to accessibility should learn.
Read the Post »Reading time: about 5 minutes
Published
I've been super tired during the spring. Again. This blog post is about how I got further away from the edge of burnout and started finding myself - and the spark - again.
Read the Post »Reading time: about 6 minutes
Published
Backend developers can help with accessibility too! In this blog post, I will look at some practices backend developers can do to ensure the accessibility of the end product and documentation.
Read the Post »Reading time: about 6 minutes
Published
I've seen so many wild ways of creating a button. Many of them don't work for all users, and in this blog post, I discuss some of them.
Read the Post »Reading time: about 4 minutes
Published
You can listen to this blog post
Aria-label is a handy tool when there is a need to, for example, add more context for a link to screen-reader users. However, it doesn't work with all HTML elements. In this blog post, I discuss its usage.
Read the Post »Reading time: about 3 minutes
Published
You can listen to this blog post
I joined Oura Health a little over a month ago in October. In this blog post, I'll share some initial thoughts and feelings from the past month.
Read the Post »Reading time: about 5 minutes
Published
You can listen to this blog post
I read Demystifying Disability by Emily Ladau, and it is a fantastic book. In this blog post, I share some thoughts from reading it.
Read the Post »Reading time: about 8 minutes
Published
We, as developers, tend to develop sites unconsciously for people like us. This often means a sighted mouse user, who has good fine motor skills. I'll share some checks a developer can do while developing to ensure a bit more accessible sites or apps.
Read the Post »Reading time: about 6 minutes
Published
Raising awareness of accessibility is important. I mean, if we, who are creating the web, aren't aware of these things, how sites and apps we do could be accessible?
Read the Post »