Timer In Eclipse For Android Game
I'm making this android game of mine for our Programming 3 course. And I don't have any idea how can I make a timer that will not stop until the user finished all the 3 levels of t
Solution 1:
You can start the time in a service. So it will continue to run in the background irresoective of anythings. After completing 3 levels you can stop the timer by stopping the service.
Post a Comment for "Timer In Eclipse For Android Game"