Pass ArrayList from fragment to another fragment(extends ListFragment) using bundle, seListAdapter runtime error
I have tried using Static variable for the ArrayList but in the ListFragment class, while debugging it's value is null. I think the ListFragment gets created before initialising the ArrayList, thats why it's null, but not sure. Suggest if i can use any other way to send the inflated ArrayList from Fragment class to other Fragment class which extends ListFragment. Thanks in advance. Objective (This is the clue, what needs to be done) In the Monday_fragment's onStart() method use the findByView() method to find the label for the save entry button in the pages view. Using the reference to the