I’m trying to build an app to store my workout plans.
At some point I have a screen where I need some user inputs to calculate a value.
I need that user inputs and value to be stored in the app so next time I enter the app I don’t need to redo the same steps over and over again.
This is what I have so far:
Also, in another screen, I’m trying to include a checkbox to keep track of the completed workouts. Same thing as i said before how can i get the app to remember this things? I’m having a hard time figuring out how variables and objects work…
Any help will be much appreciated!

