Can anyone help with communication between Activit...
# android
c
Can anyone help with communication between Activity & Fragments in the viewPager Tab layout in my Activity. I'm retrieving the data as a
Copy code
List<MyPojoClass>
in my Activity & I'd like to send these lists to the Tab Fragments in my activity's view Pager. I know a common ideology is to use an Interface to send data but idk how to do it. Can anyone help with an example? Or any other methods to pass the data?