ExpandableListAdapter vs BaseExpandableListAdapter

问题描述:

ExpandableListAdapter和BaseExpandListListAdapter之间的区别是,除了一个是接口,另一个是抽象方法吗?ExpandableListAdapter vs BaseExpandableListAdapter

请给出每个应该使用它的例子。

ExpandableListAdapter是一个接口,BaseExpandableListAdapter是一个抽象类。

+1

您是否看过我的问题?我已经在问题中说过,我知道这个区别。我想知道每个元素的实际用法。 –