Skip to content

线程操作

程序亦非猿|Fitz edited this page Mar 4, 2019 · 1 revision

主线程操作

MainThread 类提供了将 Runnable post 到主线程的方法。

MainThread.post(Runnable)
MainThread.postDelayed(Runnable)
MainThread.isMainThread();

T

Clone this wiki locally