Swipe To Dismiss Android RecyclerView Items Using Kotlin

Build beautiful, customizable lists in your Android apps

Siva Ganesh Kantamani
Better Programming
Published in
4 min readFeb 24, 2021

--

Sticky notes on a wall
Photo by Kelly Sikkema on Unsplash.

In this article, you’ll learn how to implement RecyclerView, which offers you the ability to swipe items. We’re going to do this without using any third-party libraries. We’ll use RecyclerView default decorators and a couple of interfaces to achieve this.

--

--