I am implementing MVVM pattern with data-binding. The problem is that MutableLiveData value is not being reflected in the View class. My view class is as below: