Android: Best Approach to pass data between viewpager fragments

前端 未结 3 616
礼貌的吻别
礼貌的吻别 2020-12-06 19:00

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

3条回答
  •  -上瘾入骨i
    2020-12-06 19:53

    Since AndroidX, you can create a ViewModel and share data between Activity and all fragments within ViewPager

    Read here how to

提交回复
热议问题