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?
Atrey's link helped me figure this out. It ended up being the solution.
Android Swipe on List
精彩评论