Search code examples
androidtabsandroid-actionbarandroid-tabhostandroid-actionbaractivity

Android Airbnb like Tabs


I am trying to figure out how airbnb has implemented its Tab Bar, it either seems they have hidden their actionbar and everything has been shifted onto a tab bar but then the right most user icon opens the navigation drawer which should be ideally on actionbar, Or everything is on action bar itself but then how can those 3 tabs/icons on left be implemented on actionbar. (Kindly refer attached image)

enter image description here

Can somebody put some light on how this can be implemented. How to go about it? Also are those 3 icons fragments or separate activities?


Solution

  • Here, is a library which makes your life simpler to implement TabBarView for actionbar tabs.

    https://github.com/Mirkoddd/TabBarView

    This should give you insight about how to use it for your app.