androidandroid-recyclerviewviewandroid-viewonlongclicklistener

How to display all hidden checkoboxes in a recyclerview on long press?


I made a layout for an item, with a hidden checkbox. On a long press, I want to make all checkboxes for all item in the recyclerview visible. I've tried to implement a long click listener but on a long press of an item only the check box for this specific item becomes visible.


Solution