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
have you send a message? for example:
Message message=new Message(); message.what=1; mHandler.sendMessage(message);