DataBinding meets RxJava
About two months ago, started to be interested in Android DataBinding as I was familiar with it from the Windows Phone days. Today, I read an article about combining RxJava and DataBinding.
Thinking of taking a recent project (casastiti) and try it out as an experiment.
Though, “using RxJava with Android Data Binding may improve your code quality and readability, remember that for some scenarios it may be an overengineering — you shouldn’t take a sledgehammer to crack a nut”.
Anyway, go and read all about it.
https://medium.com/tangoagency/rxjava-meets-android-data-binding-4ca5e1144107#.14uk85a2k
By: Adrian Coman