0
I have a Fragment that is the first to be opened, is a list of items!
Then depending on the button clicked on the Cards inside this Ragment it opens a screen with a Tablayout with some tabs and one of these tabs is just this first Ragment that is being reused but it should load another list of items. They are the same TYPE of items but it is another list!!!
Every time I try to do this it is instantiated by Fragmentpageradapter with the same list as when the APP was opened even calling the correct method to search for another list!!!