All pastes #2051302 Raw Edit

Untitled

public text v1 · immutable
#2051302 ·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");
			        }