Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidで現在のタブまたは単一のタブを閉じる簡単な方法はありますか? すべてのタブをクリアして必要なタブを追加したくありませんか?
私に提案してください。前もって感謝します。
カヴィアに関して
私は同じ問題を抱えていましたが、タブを閉じても解決しませんでした。私の解決策は、タブの可視性を View.GONE に設定すると、タブが非表示になります。
TabHost tabs=getTabHost(); tabs.getCurrentTabView().setVisibility(View.GONE);