Advertisement · 728 × 90

Posts by Eevis Panula

Issue #4 of Inclusive Android Apps is live! 🚀

This one tackles time-based actions: why they exclude users who need more time, and how to support Android's "Time to Take Action" accessibility setting, with code examples.

Read it: buttondown.com/inclusive-an...

#AndroidDev #InclusiveAndroidApps

2 weeks ago 3 0 1 1
Preview
Inclusive Android Apps-newsletter | Eevis Panula, Mobile Accessibility Engineer Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive.

Issue #4 of Inclusive Android Apps drops Tuesday 📬

This one is about time-based actions, why they might exclude users who need more time, and how to support the "Time to Take Action" accessibility setting, with code included.

Subscribe to get it in your inbox: eevis.codes/newsletter

#AndroidDev

3 weeks ago 0 0 0 1
Preview
Adding Navigation support to Large Content Viewer with Compose | Eevis Panula, Mobile Accessibility Engineer When enabling font scaling is not an option, the iOS-like large content viewer functionality can be an answer. But you need to support assistive technology with it as well.

Following up on my last post about building an item previewer in Jetpack Compose, I’ve published Part 2: Adding navigation support, in which I look into keyboard, screen reader, and voice access navigation considerations for the item previewer.

eevis.codes/blog/2026-02...

#A11y #AndroidDev

1 month ago 3 0 0 0
Preview
Vuoden 2021 voittaja Eeva-Jonna, mitä sinulle kuuluu? - Mimmit koodaa Eeva-Jonna Panula raivasi polkua ICT-alan vähemmistölle ja sai työstään kaikkien aikojen ensimmäisen Mimmit koodaa -palkinnon. Miten tähän pisteeseen päädyttiin? Ja mitä on tapahtunut sen jälkeen?

Eeva-Jonna @eevis.codes Panula on kaikkien aikojen ensimmäinen Mimmit koodaa -palkinnon voittaja.

Tänä vuonna ympyrä sulkeutuu, kun hän on mukana tuomaristossa valitsemassa tulevaa voittajaa.

Kysyimme Eeviksen kuulumisia, lue lisää ohesta. ☺️

#MimmitKoodaa

1 month ago 1 1 0 0

I released jetc.dev Newsletter Issue #302! Compose patch release and alpha release! Compose Multiplatform patch release! Bottom sheets! @eevis.codes on colors and accessibility! And... can we work with Glance?!? jetc.dev/issues/302 #JetpackCompose #AndroidDev

1 month ago 5 2 0 0
Post image

Issue #3 of Inclusive Android Apps is live! 🚀

This one covers the problem of color-only indicators: why relying on color alone excludes users, with code examples for fixing the issue with text, icons, and/or patterns.

Read it: buttondown.com/inclusive-an...

#AndroidDev #InclusiveAndroidApps

1 month ago 5 1 0 0
Preview
Inclusive Android Apps-newsletter | Eevis Panula, Mobile Accessibility Engineer Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive.

Issue #3 of Inclusive Android Apps drops Tuesday! 📬

This one's about color-only indicators: why relying on color alone excludes users, and how to fix it with text, icons, and patterns. Code included.

Want to get it to your inbox? Subscribe here: eevis.codes/newsletter

#AndroidDev

1 month ago 5 0 0 0

OK, I released jetc.dev Newsletter Issue #298! Compose Multiplatform 1.10! 🎉 Compose Hot Reload! @eevis.codes on bottom nav bar accessibility! Responsive tab rows! And... a no-Chromium desktop WebView?!? jetc.dev/issues/298 #JetpackCompose #AndroidDev

2 months ago 7 2 0 0
ScanAgile 26. The agile accessibility mindset: Progress over perfection. Tue 17th of March, 2026 1:30 PM - Helsinki, Finland. Eeva-Jonna Panula. scan-agile.org

ScanAgile 26. The agile accessibility mindset: Progress over perfection. Tue 17th of March, 2026 1:30 PM - Helsinki, Finland. Eeva-Jonna Panula. scan-agile.org

Looking back, I've mostly spoken at events abroad and in Turku, so I'm happy to share that I will be speaking at #ScanAgile26 in Helsinki in March!

This time, my POV on accessibility is not the most technical, but how teams should value progress over perfection when fixing accessibility issues.

2 months ago 1 0 0 0
Advertisement
Preview
Beyond Font Scaling: Large Content Viewer with Compose | Eevis Panula, Mobile Accessibility Engineer What if enabling font scaling is not an option for some element, like the bottom bar? One option would be to build iOS-like large content viewer functionality.

Font scaling is important, but what if UI elements can't scale?

I’m borrowing a concept from iOS to build an item previewer in Jetpack Compose. It ensures small icons/labels stay accessible via item previews.

Read more: eevis.codes/blog/2026-01...

#A11y #AndroidDev

2 months ago 3 0 0 0
Preview
Inclusive Android Apps #2: The Problem of Non-Inclusive Gender Selection Forms Second issue of Inclusive Android Apps discusses forms asking for users gender, and how to make them more inclusive.

Issue #2 of Inclusive Android Apps is live! 🚀

This one tackles how to build gender forms that don't force binary choices. The practical solutions include multiple options, custom fields, and opt-out choices.

Read it: buttondown.com/inclusive-an...

#AndroidDev #InclusiveAndroidApps

2 months ago 2 0 0 0
Preview
Inclusive Android Apps-newsletter | Eevis Panula, Mobile Accessibility Engineer Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive.

Issue #2 of Inclusive Android Apps drops Tuesday 📬

This one's about gender selection in forms, why binary male/female choices exclude users, and how to build forms that actually work for everyone, with practical code examples.

Want it in your inbox? Subscribe: eevis.codes/newsletter/

#AndroidDev

2 months ago 2 1 0 0

Otherwise, there are two tab stops in the tab order, which can make assistive tech navigation harder, or in some cases, unusable.

#AndroidDev #Android #AndroidAccessibility

3 months ago 1 0 0 0

Compose-tip: When building reusable components, avoid unintentional nested clickable/selectable/toggleable elements, such as a `Column` with `clickable` that wraps a `Button`.

3 months ago 2 0 1 0

For gesture navigation, if not testing with it, there might be interactive components that interfere with the gestures - for example, a slider or range slider, or a component with swipe-to-dismiss actions.

#AndroidDev #Android #AndroidAccessibility

3 months ago 2 1 1 0

Compose (or Android) tip: Test your app with both button and gesture navigation to avoid breaking the user experience.

When not testing with button navigation, it's easy to forget to leave enough padding for the buttons, which, in turn, can make some elements unusable at the bottom of the screen.

3 months ago 4 1 1 0
Preview
Inclusive Android Apps #1: The Problem of Rows Breaking with Large Text Troubleshooting Android's Row for better app accessibility with larger texts

First issue of Inclusive Android Apps is live! 🚀

This one's about how Row layouts break when users increase text size - and why FlowRow is a good fix.

Read it: buttondown.com/inclusive-an...

#AndroidDev #AndroidAccessibility #a11y #InclusiveAndroidApps

3 months ago 5 2 0 0
Preview
Why I'm starting a Newsletter About Inclusive Android Apps | Eevis Panula, Mobile Accessibility Engineer I'm starting a newsletter about making more inclusive Android apps, and this blog post explains why I'm doing it.

I also write a bit about why I'm starting the newsletter, and what to expect from it. If you're interested, here's the link:

eevis.codes/blog/2025-12...

#Android #AndroidDev #AndroidAccessibility #a11y #InclusiveAndroidApps

3 months ago 1 0 0 0
Advertisement
Preview
Inclusive Android Apps-newsletter | Eevis Panula, Mobile Accessibility Engineer Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive.

Less than a week until the first issue of the Inclusive Android Apps newsletter!

The response to the newsletter has been amazing, and I am so excited about it. I already have so many different ideas for the upcoming issues, and just can't wait to launch them! Did I already say I'm excited?

3 months ago 1 2 1 0

Also, remember to pass in the role (Role.Switch, Role.Checkbox, Role.RadioButton). Using the correct modifier and role ensures, that the semantics are communicated correctly to assistive technologies.

#AndroidDev #Android #AndroidAccessibility

3 months ago 2 0 0 0

Compose tip: When you create either custom toggleable and selectable components (like switches, checkboxes, or radio inputs), or when you associate said native components with their labels and wrap them with, for example, a `Row`, use `toggleable` and `selectable` modifiers instead of `clickable`.

3 months ago 5 0 1 0

That's an interesting idea. I think that for screen readers on Android, the best one resource would be the official Android documentation - the information is a bit scattered, but overall, I feel like it still contains most of things that need to be taken into account in one resource.

4 months ago 1 0 1 0

Setting a fixed height, especially for components that wrap text, can cause various problems for users who use larger font sizes, such as cutting off text and preventing the component from expanding naturally.

#AndroidDev #Android #AndroidAccessibility

4 months ago 3 0 1 0

Android and Compose tip: Don't set a fixed height to components unless it's absolutely necessary. And even then, double-check if it is actually required, and test with large font sizes, such as 200%.

4 months ago 6 0 1 0
Preview
Does AI Generate Accessible Android Apps? | Eevis Panula, Mobile Accessibility Engineer I've been generating apps with different AI tools and testing them for how accessible they are. This blog post summarises all the findings.

I've been testing different AI tools for generating Android apps and running accessibility tests on them, and now I've finally written my wrap-up of those tests.

In short, from an Android accessibility perspective, I don't believe AI will replace developers anytime soon.

4 months ago 1 0 0 0
Advertisement

Thanks Mike, I really appreciate it!

4 months ago 1 0 0 0

First issue drops December 9th, subscribe to get it delivered to your inbox: eevis.codes/newsletter

#Android #AndroidDev #AndroidAccessibility #InclusiveDesign

4 months ago 1 0 0 0
Preview
Inclusive Android Apps-newsletter | Eevis Panula, Mobile Accessibility Engineer Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive.

So I'm launching a newsletter about Inclusive Android Apps in December!

Inclusive Android Apps is a monthly newsletter about making Android apps more inclusive. I cover accessibility, LGBTQ+ inclusive design, internationalization, and other considerations for apps to not accidentally exclude users.

4 months ago 14 3 2 1

But ripple is not just for focus indication, it's also part of the interaction as whole - for example, as feedback from touch input.

The default ripple is so subtle that it's easy to miss, but it's better than nothing.

#Android #AndroidDev #AndroidAccessibility

4 months ago 1 0 0 0

Another Android accessibility tip: if you have `indication=null` set to your interactive components, it's likely that you're preventing anyone relying physical keyboard or d-pad for navigation. 

This is, of course, if you haven't implemented proper focus indicators, which don't include ripples.

4 months ago 2 1 1 0