如何从 Activity 调用 startActivityForResult() 并获取 Fragment 内的数据?
我想通过 Intent 选择联系方式。但我想做的是,活动上有一个按钮,通过我将 startActivityOnResult() ,并希望在同一活动上可用的片段内获取该联系人。我有什么办法可以做到这一点吗?
注意:我正在使用 ActivityResultLauncher
我尝试通过接口发送数据,但我的导师认为这不是正确的方法,而且我想不出任何其他方法可以做到这一点
I want to choose contact via Intent. But what I want to do is there is button on Activity through I will startActivityOnResult() and want to get that contact inside the fragment available on the same activity. Is there any way I can do this?
NOTE : I am using ActivityResultLauncher<Intent> because startActivityOnResult() is deprecated.
I have tried to send data through the interface but My mentor didn't think it is the right way to do so and I can't think any other way I can do that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论