qbalsdon / qbalsdon.github.io

2 stars 0 forks source link

Comments: Android Accessibility: Labels and Hints #19

Open qbalsdon opened 2 years ago

MarcSolo commented 2 years ago

Thanks for putting together this helpful article! I found your breakdown of labels and hints very clear. I also appreciate your calling out the nuances of how things are different when developing apps with Compose.

I do have one question. Is TextView the correct class reference in the following sentence:

When using a hint and a label on a TextView the announcement (in English) is announced as hint, Edit box for label.

I'm thinking TextView should be EditText or TextField in this specific context.

qbalsdon commented 2 years ago

Ah yes you are correct, thank you!