Android application that is a Hight Intensity Interval Training (HIIT) timer. 20 seconds countdown for sprinting, and 10 seconds countdown for rest..
hiit_timer is hosted in the following web site
https://github.com/MarinaMurashev/hiit_timer
If you think the Android project hiit_timer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of hiit_timer.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 19 |
Minimum SDK Version | 17 |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.VIBRATE |
hiit_timer has the following Java source files.
com.example.hiittimer.SettingsActivity.java com.example.hiittimer.TimerActivity.java com.example.hiittimer.TimerFragment.java com.example.hiittimer.data_objects.Setting.java com.example.hiittimer.utils.CustomNumberPicker.java