Hello everyone, I have a question related to the n...
# compose
a
Hello everyone, I have a question related to the navigation in jetpack compose, I do have a page with formfields in jetpack compose and filled some data in those. Now once I navigate to other page and if I go back I loose all the form data. I want to preserve the data when I go back. how can I achieve it using navcontroller?
i
Store that data in a ViewModel or use
rememberSaveable