Android UI Components and Notifications
Casual Mode - Take your time!
1 / 13
Correct
0
Incorrect
0
Score
0%
Multiple Choice
How to set the duration of the Toast by using Toast class?
- int Toast.dur=10;
- int dur=Toast(10);
- int dur=Toast.LENGTH_SHORT;
- int dur=Toast.LENGTH_SHORT(10);