Sending data from nested fragments to parent fragment

后端 未结 8 2025
情深已故
情深已故 2020-11-27 12:27

I have a Fragment FR1 that contains several Nested Fragments; FRa, FRb, FRc. These

8条回答
  •  北海茫月
    2020-11-27 12:48

    You can use getChildFragmentManager() and find nested fragments, get them and run some methods to retrieve input values

提交回复
热议问题