gpt4 book ai didi

android - 获取从 fragment 到 Activity 的变量引用

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:01:41 33 4
gpt4 key购买 nike

我有一个 Activity (MainActivity),它包含一个带有 ArrayList<Uri> array_list = new ArrayList<Uri>(); 的 fragment (FragmentA) .我的 MainActivity 如何获得该 array_list 的引用?

现在,如果您问我为什么要获取 fragment 变量对保存该 fragment 的 Activity 的引用,我会说,我计划在单击我的 MainActivity 上的操作按钮。

我正在使用 ViewPager。我没有 fragment ID。

最佳答案

Here是一个很好的教程:

Define an Interface then implement it in the activity

To allow a Fragment to communicate up to its Activity, you can define an interface in the Fragment class and implement it within the Activity. The Fragment captures the interface implementation during its onAttach() lifecycle method and can then call the Interface methods in order to communicate with the Activity.

关于android - 获取从 fragment 到 Activity 的变量引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21633887/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com