Skip to content

arslanshoukat/DiabeTracker

Repository files navigation

DiabeTracker (Work in Progress)

DiabeTracker is an android app created for people with diabetics to facilitate in management of diabetes and ensure a healthy balanced life.

Features

  • Logging of carbs intake, blood glucose level and medication / insulin
  • Data analytics and visual reporting
  • Easy information sharing with consultant / doctor
  • Smart calculator to measure insulin dose or carbs intake when target glucose level is not achieved

Preview

Dashboard Dashboard Dashboard

Architecture

The app uses Clean Architecture based on MVVM and Repository patterns. It follows architecture principles recommended by Google in their Guide to app architecture. App Architecture

Built With

Getting Started

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.4 of Android Studio is required and may be downloaded here.

License

Copyright 2019 Arslan Shoukat

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.