9

Show to implement ListView like in gmail APP when the swipe effect on item deletes it? I have tried using ViewPager as ListView element but this does not work.

Thanks

cubesoft
  • 3,448
  • 7
  • 49
  • 91
  • None of the answers in the linked question have been accepted. How can you say this has an answer already? – akousmata Jun 11 '15 at 14:55

1 Answers1

24

Roman Nurik from the Android Developer Team created a SwipeToDismiss Listener you can implement, it is open sourced here.


Edit
project is available on this location now - https://github.com/romannurik/android-swipetodismiss

elcuco
  • 8,948
  • 9
  • 47
  • 69
daniel_c05
  • 11,438
  • 17
  • 60
  • 78