How can I make the App Bar Layout tabs functional?
I think only the TabsLayout component will not be enough, so I'm pretty sure I'll need to use a ViewPager to manage the swipe between the Tabs and with this also comes an EventListener (I think this is provided by ViewPager) to be able to observe the change action of tabs.
So, I believe the ViewPager would almost be a Fragment that would be getting multiple replaces according to the .
As far as I know, in order to be able to leave the tabs all the same, use gravity fill to distribute them evenly ...
Now, how can I implement the tab layout similar to the WhatsApp?