Workout Generator Android App
Recently, I made an Android app to generate random workouts with a set of parameters. Users define exercises with minimum and maximum reps and sets and then can generate workouts containing different types of exercises. Below is a comprehensive list of features:
- Generate workouts with exercises from one or more workout types
- Specify min and max exercises for a workout
- View workout history and delete workouts
- Create, edit, and delete exercises
- Choose from one or more of four different exercise set structures
- Specify min and max sets and reps for exercises
- Create and delete workout types
The app is not heavily engineered and lacks a backend: It only has what is needed to make it function. Everything is persisted locally using text files due to the simple, non-sensitive nature of the data.
Go check it out on the Play store! If you are so inclined, you can also view the source code on my Github.