An Android application to track user location, intended for analyzing workout statistics. At the moment, the application doesn't display user location on a map. Instead, data is stored in a local database.
- Clicking on a Session should open a new view for that session.
- Add an option to export session information, e.g., to CSV file
- Add "session statistics" to session view, with whole session statistics: total duration, total time, average/minimal/maximal speed.
- Allow choosing a distance/time range for statistics from a session.