This app can reach the below requirements:
-
grab JSON data from Stryd backend
-
find “total_power_list” and “heart_rate_list” field in the JSON data.
-
plot the power and heart rate on the screen.
It support with the scrolling and zooming features
Home page with two buttons that can switch showing the data between “total_power_list” and “heart_rate_list”
After clicking the button for power, the line graph with x/y axis line and label can be discovered. Click "return" to go back to homepage.
After clicking the button for heart rate, the line graph with x/y axis line and label can be discovered. Click "return" to go back to homepage.
UI update