Skip to content

Instantly share code, notes, and snippets.

@apksherlock
Last active December 20, 2019 16:00
Show Gist options
  • Save apksherlock/eb6da9b0dfa89c1c46846a53f1940dc1 to your computer and use it in GitHub Desktop.
Save apksherlock/eb6da9b0dfa89c1c46846a53f1940dc1 to your computer and use it in GitHub Desktop.
TabLayoutMediator(tabLayout, viewPager) { tab, position ->
when (position) {
0 -> tab.text = "Home"
1 -> tab.text = "School"
}
}.attach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment