Android app - Allows you to setup named exercise sessions with time steps that beep to let you know when to change activities.
- Add named workout sessions
- Create time steps that signal when to change activity
- Able to run continuously or once
- Can run in background while you use other phone functions
This app was made by request of a friend and seeing as android can run java applications I decided it would be a great little introductory project.
The main activity pulls and stores the general sqlite data for each workout session upon startup and also launches the background timer service that talks to the workout session activity.
All running and data storage is kept to a minimum and on exit from the main activity it destroys all references.
See the release page to download source or the signed .apk



