Class | Description |
---|---|
BuildConfig | |
DataAssembler |
This Data Assembler class is responsible for creating the SQLite structure, as as providing functions to modify, add, or remove Records from the database.
|
GraphDataActivity |
The GraphDataActivity runs the script to test the graphing when the Graph button is pressed.
|
MainActivity | |
R | |
R.attr | |
R.dimen | |
R.drawable | |
R.id | |
R.layout | |
R.menu | |
R.string | |
R.style | |
Record |
The Record class is used to hold the heart rate, time stamp, artist, song, and genre at a specific point in time.
|
RetrieveActivity |
This RetrieveActivity is a script that runs to extract all the Record objects from the database.
|
StoreActivity |