2

Is there a way in android to implement a swipe action on a specific list item? I am using ExpandableListView, and I would like to be able to swipe on a particular list item to get it's view and preferably child/group position. Is this possible?

Cody
  • 8,686
  • 18
  • 71
  • 126

1 Answers1

2

Atrey's link helped me figure this out. It ended up being the solution.

Android Swipe on List

Community
  • 1
  • 1
Cody
  • 8,686
  • 18
  • 71
  • 126