posted 6 years ago
I am trying to pass few lists of values into a fragment through Bundle. However I have done the same before without any problems. It looks so silly - I can't figure out why the size of lists are shown 0 when we retrieve the bundle in fragment.
Pojo:
The part where I am putting data into Bundle. The size of `countriesFromBundle` is more than 0.
And this is where I am getting the empty lists, like for ex. the size of `countriesList` is 0.