Hope you all heard about data binding. If not, head out here and check it out. So one usage of Data Binding is replacing findViewById and another one is, binding data obviously. The true power of data binding comes when we use it with Observables (ObservableInt, ObservableBoolean, ObservableField etc..). Instead…