android:如何将活动发送到后台&从那里给她打电话

发布于 2024-09-16 02:28:26 字数 166 浏览 8 评论 0原文

我正在创建一些测试应用程序“时间跟踪器”应用程序,例如秒表,因此我启动应用程序转到启动时间计数器的活动,现在我需要一些功能将我的活动发送到后台或最小化或隐藏,并在一段时间后调用再次进行此活动并停止她的计数器以度过时间段。

我怎样才能将 Activity 发送到后面并将她调用到前面但不停止计时器计数器?

I am in process of creating some test application "Time Tracker" app like stopwatch so I start app go to Activity where I start time counter and now I need some functionality to send my activity to background or minimize or hide and after some period to call this activity again and stop her counter to get passed time period .

How can I send Activity to back and call her to front but not to stop timer counter ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若水微香 2024-09-23 02:28:27

我认为使用服务是最好的方法。然后,您可以对 Activity 调用 finish(),并且服务可以在达到特定时间时启动您的应用程序。

Using a Service would be the best way I guess. You can than call finish() on your Activity and the Service can start your application when a specific time was reached.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文