Created
July 8, 2021 17:05
-
-
Save cengiztoru/1349f4a2e3eae3c779da75667b7dcb14 to your computer and use it in GitHub Desktop.
TabLayout with ViewPager2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TabLayoutMediator(mTabLayout, mViewPager) { tab, position -> | |
tab.text = it[position].title | |
}.attach() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment