How to make listview with delete button?

How to make listview like this?

Then you should go with dynamic componemt extension or customlistview extension. It is available in our community

Hi dear,

Try taking a look at this guide,
it includes exactly this functionality

Anyway, it’s simpler than you think,
you have a list shown in the RecyclerList, when you click the delete button, remove the item from the list and update the RecyclerList with notifyItemRemoved(positionOfItem).

and if you encouter any problem, just ask.