waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
530 stars 87 forks source link

Feature: Setup basic ViewModel layer with State classes #29

Closed DigiDevZ closed 2 years ago

DigiDevZ commented 2 years ago

Closes #28 Here is my idea and implementation for a ViewModel layer in the dose app.

There is some additional implementations and patterns I can add to this to make it sturdier, but I want to get feedback on this initial draft first.