Package com.example.cardiotracker


package com.example.cardiotracker
  • Classes
    Class
    Description
    The AboutUs class represents an activity that displays information about the application or its developers.
    The AddRecord class represents an activity that allows users to add a record with heart rate, systolic pressure, diastolic pressure, and optional comment to a Firebase database.
     
    Instrumented test, which will execute on an Android device.
    Example local unit test, which will execute on the development machine (host).
    The HealthData class represents a data model for health-related information, including the date, time, diastolic pressure, systolic pressure, heart rate, and comment.
    The HealthDataAdapter is a custom ArrayAdapter used to populate a ListView with HealthData objects.
    The `info` class represents information related to health data.
    This class represents the activity that displays a list of health data records for the current user.
    This class represents the activity responsible for user login.
     
    This class represents the main activity of the application.
    This class represents the activity that displays the privacy policy of the application.
    This activity allows users to sign up for an account by providing their email and password.
     
     
    This activity allows the user to update or delete a specific data entry.