Android - Long Click on RecyclerView item and ContextMenu
问题 Problem: Cannot display a context menu showing a "delete" option" when longclicking on an item within a recyclerview Result expected: see image below I'm almost there, but I'm missing something to make the contextMenu displayed on a longClick. Here is what I put in the viewHolder. I don't know what I should add and where to display the context menu in the onLongClick event. I skipped some lines of code and kept the ones relevant to my question. Thanks a lot for your assistance, My interface