I found (on SO) a solution for how to remove all tabs. And how to remove one, knowing its index? It would seem obvious, but I can not. Could you explain this in Russian?
TabHost Remove Tab problem
I usually change the setVisibility property:
TabHost tabHost = (TabHost) getParent().findViewById(android.R.id.tabhost); tabHost.getTabWidget().getChildTabViewAt(3).setVisibility(View.GONE);
Source: https://ru.stackoverflow.com/questions/49542/More articles:Parallel execution of method (s) ov / function without using threadsXDEBUG extension connectionI want to participate in the projectSplitting string into array elements through the desired characterDifferences between iPad and Android emulatorsStatic submenuCalculate SQLite Tab SizeDynamic pageNumber checkAjax file uploadAll Articles