hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
225 stars 56 forks source link

Migrate LiveData to StateFlow in ViewModels and observe in Fragments #112

Closed hieuwu closed 2 years ago

hieuwu commented 2 years ago

Is your feature request related to a problem? Please describe. To adapt Android modern development, we need to migrate from LiveData to StateFlow

Describe the solution you'd like It would be great if we can just make 1 or some screens to be fully using Flow so that other developer can join and do it folowing the convention

Describe alternatives you've considered None

DeKaN commented 2 years ago

Hi, can I take this issue?

hieuwu commented 2 years ago

Hi, can I take this issue?

Great!!! This is yours. Please pull the latest code frequently because many developers are working on this. It's ok to migrate first 1 or 2 screens then the rest.