I am using the EnhancedListView library from Tim Roes, which is a list with a combination of Swipe To Dismiss and Undo in my project and works successfully. but I want swipe to remove and cancel features in an extensible list view, and this library is for a simple list only. Is there a way to include Swipe to Dismiss and Undo in my extensible list view?
Here is the link to the library:
EnhancedListView
source
share