An Android application that walks you through the "7 minute workout" that was mentioned in the May/June 2013 issue of ACSM's Health & Fitness Journal..
seven_minute_workout_android is hosted in the following web site
https://github.com/michaelcarrano/seven_minute_workout_android
If you think the Android project seven_minute_workout_android 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 seven_minute_workout_android.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 6 |
jar files used | YouTubeAndroidPlayerApi.jar |
Required Permissions | android.permission.INTERNET |
There are 2 image files in seven_minute_workout_android. The names of the image files are listed as follows.
ic_action_help.png ic_action_play.png
The following screenshort is generated from the image listed above.
seven_minute_workout_android has the following Java source files.
com.michaelcarrano.seven_min_workout.AboutActivity.java com.michaelcarrano.seven_min_workout.WorkoutCountdownActivity.java com.michaelcarrano.seven_min_workout.WorkoutCountdownFragment.java com.michaelcarrano.seven_min_workout.WorkoutDetailActivity.java com.michaelcarrano.seven_min_workout.WorkoutDetailFragment.java com.michaelcarrano.seven_min_workout.WorkoutListActivity.java com.michaelcarrano.seven_min_workout.WorkoutListFragment.java com.michaelcarrano.seven_min_workout.adapter.WorkoutListAdapter.java com.michaelcarrano.seven_min_workout.data.DeveloperKey.java com.michaelcarrano.seven_min_workout.data.WorkoutContent.java com.michaelcarrano.seven_min_workout.widget.CircularProgressBar.java