Here is the easiest way to bind adapter to recycler view with few lines of code using Last Adapter. Don’t write recycler view adapter again. Not even viewHolder!. Basically Last Adapter use Data Binding to bind data with your views. Data Binding Library is a support …