SwipeAwayDialog
Android DialogFragment that enables Dialog to be swiped away to dismiss.
It's extremely easy to make Tinder-like UI.
Install
Usage
Just extend SwipeAwayDialogFragment
instead of DialogFragment
.
If you want to handle swiped away event, implement onSwipedAway
.
You can prevent dismissing by returning true.