Hi
My goal is to change the displayed data when someone presses on the screen
For example: you got the following data: calories, steps, distance
My goal is to hide steps and distance until someone presses on the screen.
If you press on the screen calories and distance are hidden and steps getting displayed.
Something like Cyrcleview but without the animation.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
The multi-view sample app demonstrates this behavior. https://github.com/Fitbit/sdk-multi-view
Best Answer