I have 2 fragments in a ViewPager and on the 2nd Fragment page I have a TextView that contains the total of the editText's on both Fragment pages. I have code in the onResume() method but that is not called between swipes.
What is the easiest way to update the total in the TextView on the 2nd Fragment when the values are changed in the first Fragment.
I am hoping this is a simple one line job