I am developing an application with a shop list in a listview. I need that when I swipe the item of listview to the right(or left), this item should get deleted
Answer by Android-Developer points to Roman Nurik's code in gist.github.com. This code is out of date. He uses this Swipe to Dismiss listener in his open sourced project Dash Clock.
There are some things you should know, before you use the code in Gist.github.com.
So I recommend using the updated code. You can find the updated source here.