Example #1
0
 /** 获取主线程的handler */
 public static Handler getHandler() {
   return BaseApplication.getBaseHandler();
 }
Example #2
0
 public static Thread getMainThread() {
   return BaseApplication.getMainThread();
 }
Example #3
0
 public static long getMainThreadId() {
   return BaseApplication.getMainThreadId();
 }
Example #4
0
 public static Context getContext() {
   return BaseApplication.getBaseApplicationContext();
 }