List of questions
Related questions
Question 108 - Associate Android Developer discussion
A content label sometimes depends on information only available at runtime, or the meaning of a View might change over time. For example, a Play button might change to a Pause button during music playback. In these cases, to update the content label at the appropriate time, we can use:
A.
View#setContentDescription(int contentDescriptionResId)
B.
View#setContentLabel(int contentDescriptionResId)
C.
View#setContentDescription(CharSequence contentDescription)
D.
View#setContentLabel(CharSequence contentDescription)
Your answer:
0 comments
Sorted by
Leave a comment first