How do I have 1 UI thread wait for another UI thread

Posted by Java Doe on Stack Overflow See other posts from Stack Overflow or by Java Doe
Published on 2010-06-11T01:14:59Z Indexed on 2010/06/11 1:22 UTC
Read the original article Hit count: 531

Filed under:
|

I have two UI threads. I want to make sure the first one is finishing running, and then run the other one. How could I do that? Thanks a lot!

© Stack Overflow or respective owner

Related posts about ui

Related posts about thread