gpt4 book ai didi

android - 适配器类转换异常从 ListView 中删除页脚 View

转载 作者:太空宇宙 更新时间:2023-11-03 13:31:23 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Adapter class cast exception when removing a Footer view?

这是日志:

java.lang.ClassCastException: com.test.MyAdapter cannot be caste to  android.widget.HeaderViewListAdapter
at android.widget.ListView.removeFooterView(ListView.java:387)
at com.test.MyActivity.removeFooterViews()

MyAdapter 是一个多列表适配器。真的不明白删除页脚与将我的适配器转换为 android.widget.HeaderViewListAdapter 有什么关系?这是从哪里来的?

这是在 MyActivity.removeFooterViews() 中发生的所有事情

       if (myFooterView != null)
{
myListView.removeFooterView(myFooterView);
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com