You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binding.lifecycleOwner used for observing LiveData with data binding.
Kind of android:text=@{viewModel.text} where val text:LiveData<String>.
View will observe text changes at runtime.