Send data from activity to fragment

后端 未结 2 1713
庸人自扰
庸人自扰 2021-01-26 12:03

How can we send data from actvity to fragment? The Fragments are configured to actvity by using FragmentPagerAdapter.

Regards mini.

2条回答
  •  广开言路
    2021-01-26 12:31

    • You can pass a bundle to the fragment on creation with setArguments.
    • You can create methods to set the data on the Fragment class.

提交回复
热议问题