Skip to content
/ diatra Public

mobile application for diabetes monitoring support

Notifications You must be signed in to change notification settings

lusicic/diatra

Repository files navigation

Diatra

Mobile application to support diabetics track their therapies, eating habits and physical activity.

Architecture Components

  • LiveData - Build data objects that notify views when the underlying database changes.
  • Navigation - Handle everything needed for in-app navigation.
  • Room - Access app's SQLite database with in-app objects and compile-time checks.
  • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
  • Fragment - A basic unit of composable UI.

Screenshots

About

mobile application for diabetes monitoring support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages