Get rid of the ViewHolder, forever!
Kirtan Thakkar
Life is all about learningIf you are an android developer, you know how painful it is to code a simple list. You need to write a handful of code just to make a list working without any data in it. An RecyclerView.Adapter
and ViewHolder
if you remember.