thibseisel / android-odeon

A simple but efficient music player on Android.
Apache License 2.0
69 stars 9 forks source link

Leverage ViewModel's SavedStateHandle #29

Closed thibseisel closed 2 years ago

thibseisel commented 2 years ago

SavedStateHandle avoids state loss due to app process death. It can also magically send Fragment navigation args to the ViewModel.