Debugging, Exporting, and making changes to the radar chart
By Austin Evans This week I started something new, I dove right this learning how to export a CSV file. For the file, it's a generic file being saved as a CSV file. Since most workout apps have a opion to export either their body metrics or the exercise. I was able to get the app to open a window to choose where the file will be saved but I couldn't get it to save as of right now. Next I changed the way the look how the by having the radar data pop out. I kept the default color of the chart and used the color blue to filled out the line. I also was able to get the row click in the stats table up and running. The rows doesn't go to anywhere but just shows a toast message showing that it works. How I appoarch the problem for the CSV file is by finding documents able CSV files in java. However, I found that a youtube video by a youtuber named Tech Tribe. He helped me understand how the CSV file in Java works. It's a ...