SwipeToDismiss. Add the swipe-to-dismiss gesture to Android lists and views.

github.com/romannurik/Android-SwipeToDismiss

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2017
  • Update README.md
January 2014
  • Merge pull request #10 from markusrubey/master
  • Dismiss only if mSwiping is true
  • Dismiss only if mSwiping is true
December 2013
  • Minor tweaks to markusrubey's fix, and port it to the non-ListView to…
  • Merge branch 'master' of https://github.com/markusrubey/Android-Swipe…
  • Merge branch 'master' of https://github.com/romannurik/Android-SwipeT…
  • cancel new swipes after onDismiss is called
  • Merge pull request #8 from Gerlac/lastItemIndexOutOfBoundsException
  • sensitivity of < 45°, animate swiping with mSlop as offset
November 2013
  • Fixed IndexOutOfBoundsException when swiping penultimate+last item of…
  • Merge branch 'master' of https://github.com/romannurik/Android-SwipeT…
  • Support ACTION_CANCEL. Ported from DashClock source
  • Merge pull request #6 from pblomsma/patch-1
October 2013
  • Update SwipeDismissTouchListener.java
September 2013
  • Fix issues with touch events... especially long click. Fixes issue 4.
August 2013
  • Port over from code.google.com, also copy over changes from DashClock…
  • Update README.md
  • Initial commit