Hi, I am trying to play with the UiState data in s...
# compose-android
a
Hi, I am trying to play with the UiState data in screens. I pass an initial data to the screen. I am updating the data in the next screen and then cancelling it. So now i don't want the updated data and should have the initial data i passed. If the screen is updated and saved, the updated data must be available. How to work with both initial and updated data accordingly based on the user event?
z
This doesn’t have anything to do with compose, it’s a general architecture/modeling question