RecyclerView, in Android development, is a very useful first-party library which replaces traditional ListView. Over my career, I have seen some anti-patterns of RecyclerView and misunderstandings of its adapter concept. Having recently reviewed a piece of code in relation to that and gone through a detailed explanation with one of my juniors, I decided to share this knowledge since I believe it’s a concept every Android developer should understand.
Report Story
Trending now