dose-android
dose-android copied to clipboard
💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
Complete issue : Show a success message (use Toast or Snackbar) when new Medication is added to DB succesfully. #31 @waseefakhtar
You can start by looking into the DB insertion flow from `MedicationConfirmScreen`.
A screen that shows the following: - No. of all medications taken. - No. of all medications. - A place for user to edit their name.