I am experimenting with the support library\'s recyclerview and cards. I have a recyclerview of cards. Each card has an \'x\' icon at the top right corner to remove it:
@Override public void onClick(View v) { int pos = getAdapterPosition(); }
Simple as that, on ViewHolder
ViewHolder