I have an ViewPager
with 4 fragments,
at the last fragment I want to make a validation and save the values that was inserted in the previous fragments.
I tried to override the onSaveInstanceState
and save a Bunble
with the data but the method not getting a call (only when the screen goes off).
How can I save the data and access it from the parent activity?