I know there are a lot of similar threads but I\'ve gone through them and still can\'t figure out the problem. My program reaches the Handler but it always returns the catc
just like this is ok!
private void setUpViews() { chatbox = (TextView) findViewById(R.id.chatbox); chatbox.setText("Got it!"); }