Abstract RecyclerView Adapter to Eliminate Some Boiler-plate Code
Hi everyone, in this post we will learn about making an Abstract RecyclerView Adapter. Abstraction is an object oriented programming concept, and we all learn it in our books. But the irony is most of us don’t use the power of it. Even I didn’t pay much attention to these OOP design concepts in my …
Read moreAbstract RecyclerView Adapter to Eliminate Some Boiler-plate Code