public static Resources getResources() { return BaseApplication.getApplication().getResources(); }
public static Context getContext() { return BaseApplication.getApplication(); }
public static Thread getMainThread() { return BaseApplication.getMainThread(); }
public static long getMainThreadId() { return BaseApplication.getMainThreadId(); }
/** 获取主线程的handler */ public static Handler getHandler() { return BaseApplication.getMainThreadHandler(); }