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
I hope you handler is running in UI Thread. Also try doing this: Assign your string to a variable and use that variable as it requires charsequence.
String temp = "Got it!"; chatbox.setText(temp);