在 android 中将 tabhost 片段从一个更改为另一个时如何清除 autocompleteTextView 字符串

How to clear the autocompleteTextView string when change the tabhost fragment one to another in android

我是android开发的新手,我无法在android中更改标签片段时清除数据。

您可以在 tabHost 上设置 setOnTabChangedListener。然后覆盖它的方法。现在用 onTabChanged(String tabId) 方法清除所有数据。您可以从此方法字符串参数中识别选项卡。然后根据tab处理你的数据。