valiantwarrior / benefit-all-lifters

Weight lifting record app
0 stars 0 forks source link

#7 Launch dialog need to be more "MVVM" #7

Closed valiantwarrior closed 3 years ago

valiantwarrior commented 3 years ago

ScheduleFragment.kt

image

...

to observer pattern

(More MVVM style ... !)

valiantwarrior commented 3 years ago

Approach 1

LiveData with SnackBar, Navigation and other events(the SingleLiveEvent case) - Android Developers Medium

https://medium.com/androiddevelopers/livedata-with-snackbar-navigation-and-other-events-the-singleliveevent-case-ac2622673150

valiantwarrior commented 3 years ago

Approach 2

Android SingleLiveEvent Redux with Kotlin Flow - Pro Android Dev Medium

https://proandroiddev.com/android-singleliveevent-redux-with-kotlin-flow-b755c70bb055

valiantwarrior commented 3 years ago

Done