On screen timer in Android application?
问题 My friends and I who are trying to create a game want to use a timer as a way of scoring players, and so we want to display an on-screen timer starting at 0 at the start of the game and stopping when they finish the game. I have looked at some other posts as well as on the android dev website into using a Handler and a Runnable object in order to make it work as I want, but as of right now the run() method inside of the Runnable object is being completely skipped over, so nothing is being