Timer in Eclipse for Android Game

2019-08-24 18:00发布

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 the game? Please help me :(

1条回答
疯言疯语
2楼-- · 2019-08-24 18:13

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.

查看更多
登录 后发表回答