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 devices http://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 at http://groups.google.com/group/android-developers?hl=en

