Android, Java

Swipe To Dismiss RecyclerView

This tutorial is about how to create “swipe to dismiss” RecyclerView item like Gmail app. For this, we don't need any 3rd party Library. For this purpose, you just need to add one class which is part of Android Support Library. The name is “ItemTouchHelper”. By now you know that this blog is all about how to use ItemTouchHelper...

by Bharat Ghimire
Tag: ListVIew
24-May-2016