I have got an arraylist with values in a fragment and I want to return that arraylist to the activity to display the contents of the list. What shall be the easiest approach?
Asked
Active
Viewed 360 times
0
-
Possible duplicate of [Passing data between a fragment and its container activity](https://stackoverflow.com/questions/9343241/passing-data-between-a-fragment-and-its-container-activity) – ckruczek Aug 21 '17 at 05:35
-
Here the answer https://stackoverflow.com/questions/24082950/passing-arraylist-from-fragment-class-to-activity – volgot Nov 25 '17 at 01:18