Warm-ups and Cool-Downs
By Austin Evans
This past week I focus on getting the Warms ups and Cooldowns looking the correct way on the app. I also got the export and import working in the setting part of the app. For the warms ups, we wanted to have them appear at the top of the routine play part of the app.
I also went through the exercise library that we have and manually picked out what were be the best warm-ups and create a few stretches for the cooldowns. Getting the warm-ups to appear at the top of the page was a bit difficult since the way the class is laid out by using a list view. So I had to go and create a header view For the import I created another class where I can have the user pick a CSV file. The code is simple but doesn't work with android 10 or lower. For the export, I am having the app call an Arraylist of the routine history. However, I haven't got the correct format now but I was able to get the file to save to the local storage on the phone. Another I was able to get work on and really proud of is the permission library that I implemented into the app. Since having the app save a file from the app, a permission function was needed for the app. So now whenever the user saves a file for the first time they can choose to allow the app to save the file or not. As we get closer to the end of the development phase, I can't believe how much the app is done and running. I'm excited to see what is next on the list!
Comments
Post a Comment