I I am new to xamarin android, would like to have a recyclerview with edit and delete button. Something like this :
The list item should be clickable and on click of list item the selected recycler item should expand and edit and delete button should be displayed. And on delete the item should be deleted from recyclerview.
Any available control to do this?