| Interface | Description |
|---|---|
| DismissableManager |
An interface to specify whether certain items can or cannot be dismissed.
|
| OnDismissCallback |
A callback interface used to inform its client about a successful dismissal of one or more list item positions.
|
| Class | Description |
|---|---|
| SwipeDismissAdapter |
Adds an option to swipe items in an
AbsListView away. |
| SwipeDismissTouchListener |
A
SwipeTouchListener that directly dismisses the items when swiped. |
| SwipeTouchListener |
An
View.OnTouchListener that makes the list items in a AbsListView swipeable. |