gpt4 book ai didi

android - ExpandableListView.getAdapter() 返回 android.widget.ExpandableListConnector

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:52:47 24 4
gpt4 key购买 nike

在我的项目中,我试图通过调用 getAdapter() 方法来访问设置为 ExpandableListView 的适配器 (BaseExpandableListAdapter)。但是 getAdapter() 返回 android.widget.ExpandableListConnector

这是我的代码

mExpandableListView.setAdapter(new ItemsExpListAdapter(navigationDrawerItems, getActivity()));
Log.e("adapter" , mExpandableListView.getAdapter().getClass().toString());

我是这样进入logcat的

enter image description here

最佳答案

你应该使用:

mExpandableListView.getExpandableListAdapter();

关于android - ExpandableListView.getAdapter() 返回 android.widget.ExpandableListConnector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32050432/

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