Hey guys, when storing data with `the same key` in...
# compose-android
b
Hey guys, when storing data with
the same key
in SavedStateHandle in 2 different viewModel , are they both referirng to the same data within both viewModels ?
i
Every ViewModel instance has its own SavedStateHandle. There is no cross talk or sharing between them
today i learned 1
1
b
thanks for your support