MultiChoiceAdapter
                                
                                 MultiChoiceAdapter copied to clipboard
                                
                                    MultiChoiceAdapter copied to clipboard
                            
                            
                            
                        Detect single click
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.
I found a solution which is re-create your MultiChoiceAdapterHelper class and extend from your helper and finally overriding your onItemClick method.