LiveData observe() not called
Implement LifeCyclebserver to viewModel and add this in your activity:
getLifecycle().addObserver(viewModel);
Implement LifeCyclebserver to viewModel and add this in your activity:
getLifecycle().addObserver(viewModel);