廢話就不多說了
直接提供網址:
http://www.kfsoft.info/article-43-11--%E8%99%95%E7%90%86Activity-Result.html
寫得滿好的
希望因為我多加了一個inlink
可以讓他的blog被更多人看到XDD
2011年12月28日 星期三
[Android] thread, join
join的解釋如下:
來源資料:http://developer.android.com/reference/java/lang/Thread.html
Blocks the current Thread (
Thread.currentThread()) until the receiver finishesits execution and dies. | |
Blocks the current Thread (
Thread.currentThread()) until the receiver finishesits execution and dies or the specified timeout expires, whatever happens first. | |
Blocks the current Thread (
Thread.currentThread()) until the receiver finishesits execution and dies or the specified timeout expires, whatever happens first. |
訂閱:
文章 (Atom)