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做什么?
谢谢!
答案 0 :(得分:0)
当您使用CursorTreeAdapter(基于数据库的适配器)时,getSelectedId将返回数据库中记录的id。