Android为我们提供了android.widget.Adapter和android.widget.ExpandableListAdapter两大类数据适配器接口。
android.widget.ExpandableListAdapter接口主要和android.widget.ExpandableListView配合使用
而android.widget.Adapter接口主要和android.widget.AdapterView中android.widget.ExpandableListView之除外的其他类配合使用。
评论这张
转发至微博
Android数据适配器详解
本文详细介绍了Android中用于ExpandableListView的ExpandableListAdapter及其子类。包括BaseExpandableListAdapter、CursorTreeAdapter、ResourceCursorTreeAdapter、SimpleCursorTreeAdapter和SimpleExpandableListAdapter等类的实现与使用。
144

被折叠的 条评论
为什么被折叠?



