Multiple Choice
When using an EditTexts or editable TextViews, or other editable View. What attribute to use to provide a content label for that View?
A) android:contentDescription
B) android:hint
C) android:labelFor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q68: A class that you create for managing
Q69: For example, we have a file in
Q70: To run your local unit tests, follow
Q71: To run a debuggable build variant you
Q72: A content label sometimes depends on information
Q73: In our TeaViewModel class, that extends ViewModel
Q74: Which build options in the Build menu
Q75: If content in a PagedList updates, the
Q76: What is demonstrated by the code below?
Q77: We have a custom view that extends