All pastes #2051303 Raw Edit

Anonymous

public java v1 · immutable
#2051303 ·published 2011-04-27 19:43 UTC
rendered paste body
			        String content = EntityUtils.toString(response.getEntity());			        if(content == "EMAIL_PLS") {			        	 EditText errorText = (EditText)findViewById(R.id.errorText);			        	 errorText.setText("Please enter a email");			        }