Eevis Blog

https://eevis.codes/blog

2 posts

Tech

Subscribe via RSS

  1. Autofilling in the Blanks

    If you have forms in your app that collect user information, autofill is one of the easiest accessibility wins you can add. Autofill is both an accessibility and a usability feature. And you can support it with just a few lines of code. What is Autofill? So, what is autofill, anyway? It's a technique that uses previously saved data to fill in text fields without having to type the full text. Typically, the data types are related to the user's name, address, email, or password, to mention a…

    0
  2. More Accessible Focus Indicators with Compose

    Last summer, I wrote a blog post about focus management with Compose. Ever since, I’ve had drafts of this post, but I didn’t get to finalize it until now. The blog post is available in: It's All About (Accessibility) Focus And Compose. So, in this blog post, we’re talking about focus indicators and how to make them more accessible with Compose. But let’s first talk about focus indicators in general. Focus Indicators Focus indicators are, as the name suggests, indicators that show where keyboard…

    0