How can i find the particular selected item from the list used in the swipe action in order to make my changes to... I know how to detect swipe actions already using the onTouchListener and onItemClickListener.... from Swipe action on a List Item? ...
but my problem here is how to match the action with one of the items onItemClickListener auto-matches to the selected item onTouchListener provides a general action for all over the list