Re: [android-developers] Dialog display duration

2010-04-20 Thread ~ TreKing
On Mon, Apr 19, 2010 at 7:54 AM, angushir...@googlemail.com < angushir...@yahoo.co.uk> wrote: > What would be the best way of displaying a dialog for 500ms and then > dismissing it? > Call show() or showDialog(int) then post a runnable object to your UI thread that just calls dismiss() or dismiss

[android-developers] Dialog display duration

2010-04-19 Thread angushir...@googlemail.com
Dear all, I need to display an alert message for no more than a half a second. As I understand it, Toast only has 2 available durations, with no way to alter them. Correct me if I'm wrong. Which leads me to sing the AlertDialog. What would be the best way of displaying a dialog for 500