Sunday, 18 August 2013

DragNDropListView Custom List view setItemChecked not working

DragNDropListView Custom List view setItemChecked not working

I have found a library on github https://github.com/terlici/DragNDropList
which implements listView among other things.
One particular issue is that setItemChecked doesn't update the UI. I have
checked all the usual gotchas like calling notifyDataSetChanged and
CHOICE_MODE_MULTIPLE
Is there any known quirk with android where setItemChecked doesn't work
properly with classes that implement listView?

No comments:

Post a Comment