Question

Which of the following statements is false?
a. For an ImageView there is no text for TalkBack to speak unless you provide it.
b. It's considered a best practice in Android to ensure that every GUI component can be used with TalkBack by providing text for the Content Description property of any component that does not display text.
c. The text that you provide should help the user understand the purpose of the componentfor example, for an ImageView, the text should describe the image.
d. The IDE warns that something is wrong with a GUI by displaying small warning icons in the Graphical Layout editor next to each ImageView. These warningswhich are generated by the Java compilerindicate that you did not set the Content Description property of each image.

Answer

This answer is hidden. It contains 296 characters.