Android Studio – Why does my Thread interrupt whole Android application?
I'm trying to make a TextView blink while the user is in the Main Activity. I created a new thread but what happens is that the TextView's visibility turns on, than off and then the app closes itself with Android…