Hello! I can not find a method that closes one specific tab. there is http://developer.android.com/reference/android/support/v4/app/FragmentTabHost.html clearAllTabs() but it closes all tabs at once. I found nothing on the Internet about this. what are the ideas?

    1 answer 1

     tabHost.getTabWidget().removeView( tabHost.getTabWidget().getChildTabViewAt(tabIndexToClose) ); 
    • thanks, I can't put the plus sign for now ) - Ivied