How to prevent Android’s RecyclerView from recycling views

RecyclerView was introduced with Android Lollipop

The RecyclerView widget, alongside the CardView widget, was introduced in Android API 21 (Lollipop). RecyclerView is a more flexible and more advanced version of ListView, according to Android developers’ website. But don’t read flexible as easier to implement. It’s cool though. yeah, it’s ListView on steroids. One of its key featureĀ is that it recycles views … Read more