You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about ViewModel.
I would like to implement a ViewModel lifecycle similar to Jetpack Compose on the iOS side.
The problem I'm having is that when I leave a View (once generated ViewModel) and display the same View again, the ViewModel is not initialised and the viewModel stops working.
Is there any solution to this problem?
The text was updated successfully, but these errors were encountered:
Hi 👋
Thank you for the great resources on Udemy!
I have a question about ViewModel.
I would like to implement a ViewModel lifecycle similar to Jetpack Compose on the iOS side.
The problem I'm having is that when I leave a View (once generated ViewModel) and display the same View again, the ViewModel is not initialised and the viewModel stops working.
Is there any solution to this problem?
The text was updated successfully, but these errors were encountered: