Anonymous
public java v1 · immutable String content = EntityUtils.toString(response.getEntity()); if(content == "EMAIL_PLS") { EditText errorText = (EditText)findViewById(R.id.errorText); errorText.setText("Please enter a email"); }