[caption id="attachment_70908" align="aligncenter" width="887"] JetPack ComposeView[/caption] RecyclerView is a powerful and flexible UI component in Android development which is used to display large datasets efficiently. Almost in every Android application development we use it. We can mold it as per our need e.g. to...
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...