Hey,
I am programming a TabLayout and not sure what the best way is to change the content, when changing the tab. Should I use Fragments or just inflate a new Layout, everytime I change the tab. Could you maybe give some pro and con for both methods ?
Thanks!