Interface | Description |
---|---|
IAudioSystem |
Interface to the Audio System.
|
IHeartRateDevice |
Interface with the Chest Strap.
|
Class | Description |
---|---|
AudioSystemFake |
Implementation of
IAudioSystem for faking Audio System with UI element. |
ChestStrapFake |
Implementation of
IHeartRateDevice for faking chest strap data with UI element. |
MainActivity |
The main screen of the application.
|