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?

  1. int Toast.dur=10;
  2. int dur=Toast(10);
  3. int dur=Toast.LENGTH_SHORT;
  4. int dur=Toast.LENGTH_SHORT(10);
Change Mode