I have an ArrayList of items in the activity that I would like to rearrange and view when I click on the different tabs. I have fragments created for each tab and I already have the rearrangement methods. I do not know how to access the Collection from the activity and pass it into the fragment for arrangement. What is the best way for this;I have an ArrayList of items in the activity th