I would like to implement onfling (or some similar swipe) in listview in each and every item in list. If I swipe that particular item it should display three bu
onfling
Use EfficientAdapter rather than listview. Using which you can set theonFling event and override it to your needs
EfficientAdapter
onFling