Hi!
I need to get item's index(position) knowing its ID while using ExpandableListView. Is there any way to do this without making complete hash id->index and searching it?
Thanks
Hi!
I need to get item's index(position) knowing its ID while using ExpandableListView. Is there any way to do this without making complete hash id->index and searching it?
Thanks
getPackedPositionForChild()
and
getFlatListPosition()
On the ExpandableListView are your friends