Passing data between Fragments in the same Activity

前端 未结 7 1447
清歌不尽
清歌不尽 2021-02-09 12:01

Am working in a project with an Activity that host many fragments. Now I need to share some data (integers, strings, arraylist) between these fragments.

First time i use

7条回答
  •  粉色の甜心
    2021-02-09 12:24

    You can create a Application class ( i mean extend Application ) then take some variable what you need , make getter and setter method. set value to variable and get value when and where you need. if you wish i can give you some demo code for it .

提交回复
热议问题