mpsonic / Evolve-Workout-Logger

An android fitness app that makes training easier
MIT License
4 stars 2 forks source link

Add a graph interface to the ExerciseHistory activity #4

Open mpsonic opened 8 years ago

mpsonic commented 8 years ago

Most workout logging apps use graphs to show how users improve over time. Sadly, Evolve Workout Logger doesn't yet have this functionality. The ViewExercise activity would be a good place to add some kind of interactive graph component. Android Plot or Graph View are two good candidate graph APIs.

I'm not quite sure which stats should be tracked yet though.