How this can be done?
@Override protected void onResume() { super.onResume(); mTextView = (TextView) findViewById(R.id.activity_main_text_view); // Retrieve the Clover account if (mAccount == null) { mAccount = CloverAccount.getAccount(this); if (mAccount == null) { mTextView.setText("Not Founds"); return; } }