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" <[email protected]> wrote:
> On Mon, Apr 19, 2010 at 7:54 AM, [email protected] <
>
> [email protected]> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to