MediMate is an medication reminder application where the user can input a list of medications they are currently using and set the time when each medication is taken. The app will notify the user when it’s time to take a certain medication. The app is targeting smartphones running Android OS.
Clone / Download the repository and open it using Android Studio.
The app is written entirely in Kotlin and uses the Gradle build system.
To build the app, use the gradlew build command or use "Import Project" in Android Studio. A canary or stable version >= 3.2 of Android Studio is required.
This app is built using:
- Android Architectural Components
- LiveData
- Room
- ViewModel
- MVVM
- Dependency Injection
- Koin
- Utility
- LiveEvent (https://github.com/hadilq/LiveEvent)
- *Niklas Poussu - npoussu
- [Kaiser321] (https://github.com/Kaiser321)
- [MikeeJoyce] (https://github.com/MikeeJoyce)
See also the list of contributors who participated in this project.