如何从服务中获取价值?
我正在编写一个应用程序,其中有两项活动和一项服务。 现在我想通过主要活动从服务中获取一些值并将这些值发送到第二个活动。基本上我想从服务中获取一个字符串数组并将该数组发送到下一个活动。我知道我可以借助 Intent.putextra() 将该 sring 数组发送到下一个活动。 但我不知道如何从后台运行的服务获取字符串数组。请帮我.. 谢谢..
I am writing an application in which i have two Activities and one service.
Now i want to get some values from service through main activity and send that values to second activity. Basically i want to get a string array back from service and send that array in to next activity. I know i can send that sring array to next activity by the help of Intent.putextra().
But i don't how to get string array from service which is running in background. Please help me..
Thankx..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)