- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
在我的项目中,我试图通过调用 getAdapter()
方法来访问设置为 ExpandableListView 的适配器 (BaseExpandableListAdapter
)。但是 getAdapter()
返回 android.widget.ExpandableListConnector
。
这是我的代码
mExpandableListView.setAdapter(new ItemsExpListAdapter(navigationDrawerItems, getActivity()));
Log.e("adapter" , mExpandableListView.getAdapter().getClass().toString());
我是这样进入logcat的
最佳答案
你应该使用:
mExpandableListView.getExpandableListAdapter();
关于android - ExpandableListView.getAdapter() 返回 android.widget.ExpandableListConnector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32050432/
我在 .net 中做了很多转换 - 主要是从通用对象向下转换为更具体的对象,我知道这会起作用。但我从来没有转换为我自己的类,直到现在我在 Android 中从示例中整理了一些代码。 我似乎找不到很好的
我正在使用 LazyAdapter 来显示 ListView ,我想在单击该项目时将值传递给另一个 Activity 。但是我无法检索该值。请帮帮我。主 Activity .java
用于回收 View 的 XML 文件: 这是我的 recyclerView 适配器: public class AircraftAdapter extends RecyclerView.Ada
在我的项目中,我试图通过调用 getAdapter() 方法来访问设置为 ExpandableListView 的适配器 (BaseExpandableListAdapter)。但是 getAdapt
本文整理了Java中com.sun.xml.bind.v2.runtime.XMLSerializer.getAdapter()方法的一些代码示例,展示了XMLSerializer.getAdapte
我是一名优秀的程序员,十分优秀!