Aprender Android Flow
MVVM actual 2022:
Pasos para modificar una app para utilizar StateFlow y unidirectional data flow:
https://www.youtube.com/watch?v=LHBbs6QXvic
MVI:
https://www.youtube.com/watch?v=OLfb5twDLjU&t=1s
Código de ejemplo:
https://github.com/antoniolg/mvi-sample
https://github.com/DevExperto/architect-coders-v2
https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012#
https://developer.android.com/codelabs/android-room-with-a-view-kotlin
https://developer.android.com/codelabs/basic-android-kotlin-training-intro-room-flow
https://www.kodeco.com/9799571-kotlin-flow-for-android-getting-started
https://developer.android.com/codelabs/advanced-kotlin-coroutines
https://github.com/auron567?tab=repositories
Flow + Compose:
https://github.com/jshvarts/UiStatePlayground / https://www.valueof.io/blog/compose-ui-state-flow-offline-first-repository
