tabwidget - How to remove the selected tab in Android? -


What should I do to remove only the selected tab in Android? Is there anything like tabs or tabs that help me remove tabs in tabwithts class or in any other category of Android API?

I know that the only way is myTabHost.clearAllTabs () and desired By adding tab again


Comments