1 min read

Workout Generator Android App

Workout Generator Android App
screens from the 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:

  1. Generate workouts with exercises from one or more workout types
  2. Specify min and max exercises for a workout
  3. View workout history and delete workouts
  4. Create, edit, and delete exercises
  5. Choose from one or more of four different exercise set structures
  6. Specify min and max sets and reps for exercises
  7. 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.