Android Open Source - App history strength_history_android






Project Summary

An Android application aiming to store your strength training history..

Web Site / Source Repository

strength_history_android is hosted in the following web site
https://github.com/johvik/strength_history_android

If you think the Android project strength_history_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.

Project Detail

The following table is the detailed list of strength_history_android.

ItemValue
Java File Count82
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count14
Fragment Count7
Test Case Count1
jar files usedachartengine-1.1.0.jar
android-support-v4.jar
commons-io-2.4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 13 image files in strength_history_android. The names of the image files are listed as follows.

ic_action_back.png
ic_action_chart.png
ic_action_date_gray.png
ic_action_delete.png
ic_action_edit.png
ic_action_history.png
ic_action_open.png
ic_action_plus.png
ic_action_restore_gray.png
ic_action_save.png
ic_action_settings.png
ic_action_weight.png
ic_title_icon.png

The following screenshort is generated from the image listed above.

null




Java Source Files

strength_history_android has the following Java source files.

strength.history.MainActivity.java
strength.history.data.DataBackup.java
strength.history.data.DataImport.java
strength.history.data.DataListener.java
strength.history.data.DataProvider.java
strength.history.data.DataTest.java
strength.history.data.SortedList.java
strength.history.data.api.Config.java
strength.history.data.api.RequestHandler.java
strength.history.data.api.Response.java
strength.history.data.api.User.java
strength.history.data.db.DBHelperBase.java
strength.history.data.db.ExerciseDBHelper.java
strength.history.data.db.WeightDBHelper.java
strength.history.data.db.WorkoutDBHelper.java
strength.history.data.db.WorkoutDataDBHelper.java
strength.history.data.db.entry.NameColumn.java
strength.history.data.db.entry.SyncColumns.java
strength.history.data.db.entry.TimeColumn.java
strength.history.data.db.entry.WeightColumn.java
strength.history.data.provider.ExerciseProvider.java
strength.history.data.provider.Provider.java
strength.history.data.provider.SyncProvider.java
strength.history.data.provider.WeightProvider.java
strength.history.data.provider.WorkoutDataProvider.java
strength.history.data.provider.WorkoutProvider.java
strength.history.data.service.LocalServiceBase.java
strength.history.data.service.ServiceBase.java
strength.history.data.service.SyncService.java
strength.history.data.service.local.LocalExerciseService.java
strength.history.data.service.local.LocalWeightService.java
strength.history.data.service.local.LocalWorkoutDataService.java
strength.history.data.service.local.LocalWorkoutService.java
strength.history.data.structure.Base.java
strength.history.data.structure.Exercise.java
strength.history.data.structure.ExerciseData.java
strength.history.data.structure.SetData.java
strength.history.data.structure.SyncBase.java
strength.history.data.structure.Weight.java
strength.history.data.structure.Workout.java
strength.history.data.structure.WorkoutData.java
strength.history.ui.BackupActivity.java
strength.history.ui.ImportActivity.java
strength.history.ui.SettingsActivity.java
strength.history.ui.SortedAdapter.java
strength.history.ui.active.ActiveExerciseEditFragment.java
strength.history.ui.active.ActiveWorkoutAdapter.java
strength.history.ui.active.ActiveWorkoutListFragment.java
strength.history.ui.active.LatestWorkoutDataActivity.java
strength.history.ui.active.SetDataAdapter.java
strength.history.ui.active.WorkoutDataSummaryAdapter.java
strength.history.ui.custom.CheckedLinearLayout.java
strength.history.ui.custom.CustomTitleActivity.java
strength.history.ui.custom.CustomTitleFragmentActivity.java
strength.history.ui.custom.ExercisePicker.java
strength.history.ui.custom.NumberDecimalPicker.java
strength.history.ui.custom.NumberPicker.java
strength.history.ui.custom.NumberPickerBase.java
strength.history.ui.dialog.CreateDefaultDialog.java
strength.history.ui.dialog.DateDialog.java
strength.history.ui.dialog.EventDeleteConfirmDialog.java
strength.history.ui.dialog.ExerciseDeleteConfirmDialog.java
strength.history.ui.dialog.StringSelectDialog.java
strength.history.ui.dialog.WeightDialog.java
strength.history.ui.dialog.WorkoutDeleteConfirmDialog.java
strength.history.ui.exercise.ExerciseAdapter.java
strength.history.ui.exercise.ExerciseEditActivity.java
strength.history.ui.exercise.ExerciseEditFragment.java
strength.history.ui.exercise.ExerciseListFragment.java
strength.history.ui.exercise.ExercisesActivity.java
strength.history.ui.history.ExerciseDataEditActivity.java
strength.history.ui.history.HistoryActivity.java
strength.history.ui.history.HistoryAdapter.java
strength.history.ui.history.HistoryChartActivity.java
strength.history.ui.history.HistoryEvent.java
strength.history.ui.history.WorkoutDataEditActivity.java
strength.history.ui.workout.RunWorkoutActivity.java
strength.history.ui.workout.WorkoutAdapter.java
strength.history.ui.workout.WorkoutEditActivity.java
strength.history.ui.workout.WorkoutEditFragment.java
strength.history.ui.workout.WorkoutListFragment.java
strength.history.ui.workout.WorkoutsActivity.java