我们什么时候应该在ExpandableListView中使用子和组的ID?

时间:2011-12-06 11:56:08

标签: android expandablelistview

ExpandableListView中有两种方法吗?

getSelectedId()
    Gets the ID of the currently selected group or child.
getSelectedPosition()
    Gets the position of the currently selected group or child (along with its type).

我们总是使用getSelectedPosition。我很好奇何时应该使用getSeletedId?我们可以使用ID做什么?

谢谢!

1 个答案:

答案 0 :(得分:0)

当您使用CursorTreeAdapter(基于数据库的适配器)时,getSelectedId将返回数据库中记录的id。