This post was co-authored by Chris McMeeking and Melinda Kothbauer. The default text entry field in Android is the EditText object. EditText objects are difficult because the common practices for making Android UI elements accessible (content descriptions), do not work. Android provides the framework to make EditText objects accessible, but it is important to know what, when, and how to use the built-in tools. In [...]
Read more about Accessible Text Input in Android
