loop . preparemainlooper()和loop .prepare()有什么区别?
Looper.prepareMainLooper()
与Looper.prepare()
的区别是:
Looper.prepareMainLooper()
在main thread
中制备活环。
Looper.prepare()
在current thread
中准备loop。
点击这里阅读更多