enter code hereIn my android application , there is a populated tableview with favorite products. There is a delete functionality to delete products from the list. How can i show this to user that he can delete products? like in ios there is a method called commiteditingstyle. What are the options in pure android way to edit tablerows
- longclicklistener and show a delete button on table row
- show a checkbox on edit button
any other