Open Training is an Android app for planning your fitness training.
More information: http://skubware.de/opentraining/
At the moment I'm in contact with the developer of wger(https://wger.de). In the future OpenTraining might be able to sync exercises or even training plans with wger.
Google Play Store: https://play.google.com/store/apps/details?id=de.skubware.opentraining
F-Droid.org (catalogue of FOSS): https://f-droid.org/repository/browse/?fdid=de.skubware.opentraining
You can also use this QR-Codes:
Java (and some shell scripts for development)
GPL 3 Exercises are CC licensed(currently all CC-BY-SA)
English, German. More wanted! Help here: http://crowdin.net/project/opentraining
- Git
- Android-SDK v18
- Android Support Repository
$ git clone git://github.com/chaosbastler/opentraining.git
$ git submodule init
$ git submodule update
* File -> Import -> Existing Projects into Workspace
* File -> Import -> Existing Projects into Workspace
* Instructions: http://developer.android.com/tools/support-library/setup.html#add-library; 'Adding libraries with resources', step 1 to 4 should be enough
*Click right on project 'android-support-v7-appcompat' -> Properties -> Android Lint Preferences -> Ignore all
$ gradle installDebug