Android MVVM with DataBinding – Removing Logic from Your Views with BindingAdapters posted on October 20, 2017 by Donn Felker One of the things that's great about MVVM (I’m using data binding in my implementation) is the lack of the boilerplate that you have to deal with. When working with the MVP pattern you are forced to …Continue Reading about Android MVVM with DataBinding – Removing Logic from Your Views with BindingAdapters →