If you block the UI thread, the dialog won't work. The user won't be
able to click it, and it might not even draw at all. So a very bad
idea :)

On Tue, Dec 29, 2009 at 10:33 PM, Frank Weiss <fewe...@gmail.com> wrote:
> Just like Treking, I'm puzzled by Swapnil's desire to block the UI thread.
> Perhaps if he explained what he does not want the UI thread doing while the
> dialog is displayed, would shed light on the issue for all.
>
> On Dec 29, 2009 9:59 PM, "TreKing" <treking...@gmail.com> wrote:
>
>> I can put my code in listeners but still I dont want that thread to
>> continue its execution
>
> Which thread? The UI thread? I'm pretty sure you DO want the UI thread to
> continue it's execution. Why would you NOT?
> What are you trying to accomplish? I can't think of why you would want this
> behavior...
>
> -------------------------------------------------------------------------------------------------
> ...
>
> On Wed, Dec 30, 2009 at 12:27 AM, swapnil kamble <swap.kam...@gmail.com>
> wrote: > > Thanks for your ...
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group...
>
> --
> 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



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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