Android 线程进阶

 1.线程常用方法:   1.1.取得当前线程对象: currentThread()   1.2.判断线程是否启动: isAlive()   1.3.线程的强行运行:  join()   1.4.线程的休眠:        sleep()   1.5.线程的礼让:        yield()  1.6.取得当前线程对象: currentThread()   1.7.start:启动线程   1.
相关文章
相关标签/搜索