Skip to content

Instantly share code, notes, and snippets.

@cengiztoru
Created July 8, 2021 17:05
Embed
What would you like to do?
TabLayout with ViewPager2
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