I have 3 fragments in a ViewPager Activity. All 3 fragments have input fields. Here I am trying to pass first two fragments data to third fragment. I read few posts here and
Since AndroidX, you can create a ViewModel and share data between Activity and all fragments within ViewPager
ViewModel
ViewPager
Read here how to