Index
All Classes and Interfaces|All Packages
H
- HealthData - Class in com.example.cardiotracker
-
The HealthData class represents a data model for health-related information, including the date, time, diastolic pressure, systolic pressure, heart rate, and comment.
- HealthData(String, String, String, String, String, String) - Constructor for class com.example.cardiotracker.HealthData
-
Constructs a HealthData object with the provided data.
- HealthDataAdapter - Class in com.example.cardiotracker
-
The HealthDataAdapter is a custom ArrayAdapter used to populate a ListView with HealthData objects.
- HealthDataAdapter(Context, List<HealthData>) - Constructor for class com.example.cardiotracker.HealthDataAdapter
-
Constructs a HealthDataAdapter with the given context and data list.
- heartRate - Variable in class com.example.cardiotracker.HealthData
- heartRate - Variable in class com.example.cardiotracker.info
- heartRateEditText - Variable in class com.example.cardiotracker.UpdateDeleteActivity
All Classes and Interfaces|All Packages