MultiChoiceAdapter icon indicating copy to clipboard operation
MultiChoiceAdapter copied to clipboard

Detect single click

Open TayfunCesur opened this issue 9 years ago • 1 comments

Hi. First of all, thanks for this useful and beautiful library. I have a question. How to detect item click ? I use gridview sample. And I need to detect click in action mode. Any ideas? OnItemClickListener of adapter working only normal mode not working in actionmode.

TayfunCesur avatar Feb 22 '16 14:02 TayfunCesur

I found a solution which is re-create your MultiChoiceAdapterHelper class and extend from your helper and finally overriding your onItemClick method.

TayfunCesur avatar Feb 22 '16 15:02 TayfunCesur