ManuelPeinado/MultiChoiceAdapter

Get checked items method isn't easy

mbelsky opened this issue · 0 comments

@ManuelPeinado the MultiChoiceAdapterHelperBase.getCheckedItems method return Set but Adapter.getItem method's input parameter is int.

Can you tell me, why you use Long type for storing checked items?