i would like to ask, is it possible to get all the views values from all my fragments(currently i have 3 fragment which connected using ViewPager) from activity views when i pressed submit button from my activity?
Asked
Active
Viewed 174 times
0
-
Refer to this link, it may help you. https://stackoverflow.com/a/23250795/9346054 – Ticherhaz FreePalestine Nov 21 '18 at 04:32
-
@Zuhrain so by you means that each time i have switch the tabs of the pager i have to pass value from one fragment to other fragment until i stop at the visible fragment and get all the value from that visible fragment? Is there any possibilities get value directly from activities without passing value from each fragment? – JEFF Nov 21 '18 at 08:14