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.
我的主应用程序启动 2 个服务 Input-service 和 Save-service。我的输入服务正在生成输入,我可以在我的主应用程序中显示这些输入,并且我的两个服务都成功启动。我在从另一项服务调用一项服务时遇到问题。意味着我如何将输入服务的数据发送到保存服务。是否有任何示例显示两个服务之间的通信。或者任何人都可以帮助我解决这个问题。
为什么不使用BroadcastReceivers?将它们onCreate注册,注销onDestroy并通过意图发送数据......
BroadcastReceivers
onCreate
onDestroy