Sending data from nested fragments to parent fragment
问题 I have a Fragment FR1 that contains several Nested Fragments ; FRa , FRb , FRc . These Nested Fragments are changed by pressing Buttons on FR1 \'s layout. Each of the Nested Fragments have several input fields within them; which include things like EditTexts , NumberPickers , and Spinners . When my user goes through and fills in all the values for the Nested Fragments , FR1 (the parent fragment) has a submit button. How can I then, retrieve my values from my Nested Fragments and bring them