🎴 Flashcard Mode

Android Platform Development Fundamentals

Card1 / 18
Mastered0
Review0
QuestionClick to flip

In a touch Mode, there is always a focus and selection.

AnswerClick to flip back
A
False
💡 Explanation:

Touch mode in Android means the interface is being controlled via touch input rather than a keyboard/trackball. In touch mode, widgets like buttons don't show focus indicators because users tap directly on items rather than navigating to them.

Change Mode