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'm focused on the app that implements MVVM, using it as an example to help in building my own app, and I see that the list of repositories is not persisted when the activity is killed and recreated when the device is rotated.
How would you accomplish persisting the list of repositories when the device is rotated?
The text was updated successfully, but these errors were encountered:
I figured out a way to do it in another repo I was looking at. I don't know if doing it the same way here will work or not but I'm wiped out and dont feel like trying any more. Maybe someone who finds this later will find it helpful...
I'm focused on the app that implements MVVM, using it as an example to help in building my own app, and I see that the list of repositories is not persisted when the activity is killed and recreated when the device is rotated.
How would you accomplish persisting the list of repositories when the device is rotated?
The text was updated successfully, but these errors were encountered: