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.
我曾经开发过一个组件作为同步数据功能。现在我想将其修改为 android service 。但是这个函数必须使用活动变量。我无法将“活动”变量传递给服务。所以我现在很困惑。我现在能用它做什么?或者有什么更好的解决方案?
您可以使用 Intents 将您的活动中声明的变量的值传递给您的服务。这里是关于这个主题的一个很好的解释。