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
For future reference, I had multiple fragments, one for each tab in my ViewPager. One TextView had the same id
in two fragments and that created a conflict. I didn't realize I had the same id
so everything seemed fine, no error message, but the text simply didn't change. Therefore I'd recommend using unique names for the id
.