Android studio Java update text in the loop
问题 first time learning coding language here.. I am struggling in many parts of Java, but I am slowly learning. I was making an app and had to show dynamically updating text. So the below code is my attempt, it works very well (sort of). The problem is that it does not update the screen while program is running the for loop. So when I press a button from main activity, it runs an activity called play. It has 14 text fields of 0, and should update them to 7 one by one automatically. But after