ViewPager Activity to notify a Fragment of a specific event

后端 未结 6 1476
无人及你
无人及你 2020-12-08 02:59

I have a ViewPager and it is using a FragmentAdapter in order to display several fragments of the same kind. Although these Fragments are basicall

6条回答
  •  感情败类
    2020-12-08 03:26

    Had to use event bus to make everything simple https://github.com/greenrobot/EventBus

提交回复
热议问题