TestObserver to easily test LiveData and make assertions on them.
-
Updated
Mar 21, 2020 - Java
Add a description, image, and links to the viewmodel-pattern topic page so that developers can more easily learn about it.
To associate your repository with the viewmodel-pattern topic, visit your repo's landing page and select "manage topics."
When using the
IViewResolverthe user can inject an interceptor action that will be invoked before theViewModelis wired to theViewto manipulate theViewModel.When dealing with singleton
ViewModels the above interceptor will be invoked only the first time, then is ignored. We should throw: https://github.com/RadicalFx/radical/blob/develop/src/net40/Radical.Windows.Presentation/Ser