I have been searching from internet and trying on my application. I cant found what is the different between LENGTH_LONG
and LENGTH_SHORT
. So what is the different between both of them and when to use them.
Asked
Active
Viewed 141 times
0

David Adam
- 172
- 1
- 12
-
They just determine how long to display the `Toast`. `LENGTH_LONG` is 3.5 seconds, and `LENGTH_SHORT` is 2 seconds. Use as you see appropriate. – Mike M. May 19 '18 at 07:11
-
Duration. `Length long` is 3.5 second however `short` is 2 second. Toast is one of the I consider Pop up message, other pop up message can consider `AlertBuilder`. useful too – Kopi Bryant May 19 '18 at 08:36