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
TabWidget vTabs = .....; // get desired tab view View vTab = vTabs.getChildAt(i); // I guess vTab is instance of TextView TextView vText = (TextView) vTab; vText.setText(...);