如何在多项活动中使用同一个服务?

发布于 2024-10-24 08:29:50 字数 35 浏览 1 评论 0原文

是否可以在多项活动中使用相同的服务?如果可以,如何使用?

Is it possible to use the same service on multiple activities and if so how?

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

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

发布评论

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

评论(1

倒带 2024-10-31 08:29:50

您可以使用服务中的 onBind 方法从多个 Activity 连接到服务。如果活动与服务在同一进程中执行,您可以使用 本地活页夹模式

You can use the onBind method in the service to connect to the service from multiple activities. If the Activitys are executed in the same process as the service you can use the local binder pattern

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