Android
OA0-002 · Question #148
Which of these is the incorrect explanation of the Toast class?
The correct answer is A. Toast is a simple class for display, and cannot be set with a custom XML-defined layout. See the full explanation below for the reasoning.
Question
Which of these is the incorrect explanation of the Toast class?
Options
- AToast is a simple class for display, and cannot be set with a custom XML-defined layout
- BThe display duration time of Toast can be chosen from 2 types, LENGTHJjDNG and
- CToast is a class included in the android widget package.
- DSince Toast automatically closes after display, a dismiss () method is not provided.
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C12% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.