Put the list in your main activity (FragmentActivity) as an open contributor or create its getter / setter. Now you can access this list in ListFragment (A) and in a simple fragment (B). This access in ListFragment and in a simple fragment can be done with:
var myList = ((FragmentActivity)this.Activity).getList();
So, the list is now available to all fragments inside your main activity fragment.
source share