DiabeTracker is an android app created for people with diabetics to facilitate in management of diabetes and ensure a healthy balanced life.
- 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
The app uses Clean Architecture based on MVVM and Repository patterns. It follows architecture principles recommended by Google in their Guide to app architecture.
- Kotlin - Android Development
- Android Architecture Components - Room, LiveData, Lifecycles, ViewModel and Navigation
- RxJava, RxAndroid - Reactive Extensions
- Dagger - Dependency Injection
- Material Design - App Design, Theming and Styling
- ThreeTenAbp - Date Time Utils
- Clean Architecture - App Architecture
- Ramotion Fluid Slider, ShapeOfView, PageIndicatorView - Custom UI Components
- MpAndroidChart - Graphs and Charts
- Espresso - UI Testing
- Mockito, JUnit - Unit Testing
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.
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.