RecyclerView + DataBinding

Why bother messing with views when you can just bind them with any object and not worry about anything? In short, DataBinding allows us to eliminate a lot of boilerplate code and a lot of errors around that code. To start we are going to take a look at a...