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
This is simple and easy. Try it. It works.
TabWidget tab = (TabWidget) findViewById (R.id.tab1); ((TextView)tab.getChildTabViewAt (1)).setText ("New name here");