Hi,
Is there any simple way to close the current tab or single tab in androids? I don't want to do clearing all tabs and adding the required tabs?
Please suggest me. Thanks in advance.
With regards Kavya
Hi,
Is there any simple way to close the current tab or single tab in androids? I don't want to do clearing all tabs and adding the required tabs?
Please suggest me. Thanks in advance.
With regards Kavya
I have had the same problem, but I did not solved it with closing tabs. My solution was: set tab's visibility to View.GONE and tab will be invisible.
TabHost tabs=getTabHost();
tabs.getCurrentTabView().setVisibility(View.GONE);