How to implement long press action on RecyclerView items using interface
Intro This post is part three of our RecyclerView exercises series and in it, we will show you how to replace the on-click action with a long-press action using an onLongClickListener and an interface. You can check parts one and two. Exercise For this exercise we will use the projectRead More →