搜索
您的当前位置:首页正文

Android 笔记

来源:二三娱乐
  1. 判断当前线程是不是主线程
    使用Looper判断,方法为: Looper.myLooper() != Looper.getMainLooper()
Top