Android - Question on postDelayed and Threads

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-06-03T19:39:42Z Indexed on 2010/06/03 19:44 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

I have a question about postDelayed. The android docs say that it adds the runnable to the queue and it runs in the UI thread. What does this mean?

So, for example, the same thread I use to create my layout is used to run the Runnable?

What if I want it as an independent thread that executes while I am creating my layout and defining my activity?

Thanks Chris

© Stack Overflow or respective owner

Related posts about android

Related posts about thread