SWASTHYA: An Intelligent Android-Based Health Tracking System for Data-Driven Well-Being

Abstract

With the increasing emphasis on personal wellness and preventive healthcare, accessible digital systems that support continuous health monitoring have become an essential component of modern lifestyle management. Traditional health-tracking solutions often depend on cloud-based services or fragmented tools, resulting in higher cost, privacy concerns, and inconsistent user engagement. To address these limitations, this work presents Swasthya, an integrated mobile health-management application designed to operate fully on-device while delivering comprehensive monitoring of nutritional intake, metabolic parameters, vital readings, and medication schedules.

The system incorporates modular components that enable real-time computation of BMI, BMR, and TDEE using user-specific anthropometric data, alongside daily logging of calories, blood pressure, blood sugar, activity duration, and calories burned. A robust medication reminder framework is implemented through exact, device-level scheduling using Android’s AlarmManager to ensure reliable alerts, even under restricted power conditions. All records are persistently stored in a local SQLite database, while a redesigned interface employing a modern, health-centric visual theme provides clear visualization, structured navigation, and intuitive data interpretation.

The proposed application is lightweight, privacy-preserving, and optimized for offline use, making it suitable for individuals seeking consistent self-monitoring without dependency on external medical platforms. Its modularity allows extension into broader digital health ecosystems, including personalized wellness analytics, remote monitoring assistants, and smart healthcare IoT environments.

Country : India

1 Sreevardhan Vadhulas MS2 V Santosh Varma3 Vignesh M4 Prof. Chandrashekar G

  1. Student, Department of Computer Science and Engineering, Dayananda Sagar Academy of Technology and Management, Bengaluru, India
  2. Student, Department of Computer Science and Engineering, Dayananda Sagar Academy of Technology and Management, Bengaluru, India
  3. Student, Department of Computer Science and Engineering, Dayananda Sagar Academy of Technology and Management, Bengaluru, India
  4. Assistant Professor, Department of Computer Science and Engineering, Dayananda Sagar Academy of Technology and Management, Bengaluru, India

IRJIET, Volume 9, Issue 12, December 2025 pp. 60-67

doi.org/10.47001/IRJIET/2025.912008

References

  1. Android Developers. AlarmManager. [Online]. Available: https://developer.android.com/reference/android/app/AlarmManager
  2. Android Developers. Room Persistence Library. [Online]. Available: https://developer.android.com/training/data-storage/room
  3. Harris, J.A., Benedict, F.G. (1918). A Biometric Study of Basal Metabolism in Man. Washington, DC: Carnegie Institution of Washington.
  4. World Health Organization. (2021). Body Mass Index – BMI. [Online]. Available: https://www.who.int/news-room/fact-sheets/detail/obesity-and-overweight
  5. Kumar, A., & Nilsen, W.J. (2016). Mobile Health: Transforming Healthcare Through Mobile Technology. Journal of Medical Systems, 40(12), 1–12.
  6. Lu, Y., & Yang, H. (2018). Personal Health Monitoring Systems Based on Mobile Applications. International Journal of Healthcare Information Systems and Informatics, 13(2), 23–37.
  7. Islam, S.M.R., et al. (2020). Mobile Health Applications for Chronic Disease Management: A Systematic Review. Healthcare, 8(4), 1–20.
  8. HC-SR04 Ultrasonic Sensor Datasheet. [Online]. Available: https://www.electronicwings.com/sensors-modules/hc-sr04-ultrasonic-sensor
  9. Android Developers. Notifications Overview. [Online]. Available: https://developer.android.com/develop/ui/views/notifications