TabLayout
TabLayout provides a horizontal layout to display tabs. The layout handles interactions for a group of tabs including:
- scrolling behavior
- (swipe) gestures
- tab selection
- animations
- alignment
The Android Developers site provides detailed documentation on implementing TabLayout.
Source: https://material.io/develop/android/components/tab-layout/