Hi,
Does anyone know if it is possible to specify a custom timeframe in milliseconds using the Toast.setDuration() method?
apart from Toast.LENGTH_LONG & Toast.LENGTH_SHORT?
I have experimented with Toast.setDuration(10) and Toast.setDuration(1) in the hope that the message would flash up and then disappear very quickly (I am looping through records and it should give a general idea of which record is currently being processed) however even with an argument of 1, the toast message seems to stay on screen for at least a couple of seconds.
Thanks in advance for any ideas!
Phil
Does anyone know if it is possible to specify a custom timeframe in milliseconds using the Toast.setDuration() method?
apart from Toast.LENGTH_LONG & Toast.LENGTH_SHORT?
I have experimented with Toast.setDuration(10) and Toast.setDuration(1) in the hope that the message would flash up and then disappear very quickly (I am looping through records and it should give a general idea of which record is currently being processed) however even with an argument of 1, the toast message seems to stay on screen for at least a couple of seconds.
Thanks in advance for any ideas!
Phil