Swipe ListView item From right to left show delete button
问题 I have a custom ListView showing the list of words selecting from database. When I swipe this listview item i want to show Delete button like image below. And when I press that button it is deleted from Database and refresh the listview. m I already look in this sample code here. But it still does not work. 回答1: EDIT: between other options there's a nice library that could solve your issue: https://github.com/daimajia/AndroidSwipeLayout 回答2: i've searched google a lot and find the best suited