By custom dialog I meant... either using Dialog-Builder or a sub-
class ;)


--
Happy Hacking,
Gaurav Vaish
www.mastergaurav.com
------------------------------


On Apr 20, 6:25 pm, "~ TreKing" <treking...@gmail.com> wrote:
> 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 dismissDialog(int) in 500ms.
>
> You really don't need a custom Dialog implementation or a custom UI.
>
> However, showing a dialog for half a second seems rather pointless. What
> could possibly convey to the user in that amount of time?
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to