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で選択したタブのみを削除するにはどうすればよいですか? タブの削除など、TabWidget クラスまたは Android API の別のクラスでタブを削除するのに役立つものはありますか?
私が知っている唯一の方法は、使用myTabHost.clearAllTabs()して、必要なタブを再度追加することです
myTabHost.clearAllTabs()