📚 Practice Mode

Android UI Components and Notifications

Learn at your own pace with hints and detailed explanations

1 / 13
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);