TimerTask not executing?
问题 Here is my timer class, This class is designed to constantly update a timer in a view. However, when I run the app the first toast message is displayed to the screen but the second one is never reached (the timerTask's "run" method is never executed). I know that this is probably something simple that I am doing wrong. If anyone could steer me in the right direcion that would be great. public class MyTimer { static Timer _timerTask = new Timer(); static int totalSeconds = 1, hour = 0, min = 0