simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

No longer use one shared viewmodel for all screens in app #41

Closed simonalveteg closed 11 months ago

simonalveteg commented 11 months ago

Split viewmodel into one per screen. Removed stupid implementation of "state" data classes. Much better flow handling.