Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个可以在后台运行并且只在我想要的时候停止的计时器代码。基本上,有两个按钮。启动计时器和停止计时器,当我按下启动按钮时,它会启动计时器,它也应该在后台自动运行,活动中有一个 TextView,我可以在其中查看计时器倒计时,但当我重新启动时它不应该重置应用程序并且必须与后台服务同步。如果可能的话,即使我在主屏幕上,当计时器完成倒计时时,应用程序也应该通知我。
如何创建一个长时间运行的计时器服务的示例,该服务通过移动到前台而在活动破坏中幸存下来,并在新活动绑定到它时返回后台。
https://gist.github.com/mjohnsullivan/403149218ecb480e7759