private void findView() { toastUtils = ToastUtils.getInstance(); spUtils = SpUtils.getInstance(); iconImage = (ImageView) findViewById(R.id.iconImage); changeTextView = (QuickReaderView) findViewById(R.id.changeTextView); }
protected void showToast(Context context, String msg, boolean isLong) { toastUtils.show(context, msg, isLong); }