📚 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?
- int Toast.dur=10;
- int dur=Toast(10);
- int dur=Toast.LENGTH_SHORT;
- int dur=Toast.LENGTH_SHORT(10);