Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android listview swipe to delete like in gmail app [duplicate]

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

like image 260
cubesoft Avatar asked Mar 12 '13 17:03

cubesoft


1 Answers

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

like image 127
daniel_c05 Avatar answered Nov 15 '22 19:11

daniel_c05