AccessKit / accesskit

Accessibility infrastructure for UI toolkits
https://accesskit.dev
BSD 3-Clause "New" or "Revised" License
1.05k stars 53 forks source link

Android adapter #431

Open mwcampbell opened 3 months ago

mwcampbell commented 3 months ago

I will start working on the Android platform adapter soon. I plan to do this in two stages: first, supporting basic widgets other than text, and second, implementing text support.

DataTriny commented 3 months ago

I have pushed a branch named android-basics-old on this repo. It contain what I did when I started working on this a long ago. Feel free to reuse pieces of it, there might be something valuable.