This seems like it should be simple, but I can\'t figure out a way to do it. I\'m needing a tab to have beginning text, but then have that text change after the user selects
try this easiest way which works for me :
tabLayout.getTabAt(index).setText("TabName");