Android Integrations
Modo provides Android integrations with ViewModel and Lifecycle support through LocalLifecycleOwner
, LocalViewModelStoreOwner
, and LocalSavedStateRegistryOwner
. This allows you to use functions like viewModel
to obtain Android ViewModel
.
ViewModel
You can use functions provided by Jetpack Compose to get a ViewModel
.
Lifecycle
Moved to Lifecycle.
Last modified: 16 November 2024