03-04-2020 06:07
03-04-2020 06:07
Hello,
I'm stuck with two functionalities for an app.
I would like to create an app which will have as part of the functionality some scrollable tile list items (like for example how it is the Fitbit watch settings section where you can select up to 7 stats) and also will have some text on which to tap and go to a section from another scrollview item.
So how to implement these two functionalities? Any suggestions?
03-05-2020 06:55
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.
03-05-2020 06:55
In the click event for your tile list item, then you can either show/hide an element which covers the entire display, or you can use replaceSync to navigate to another screen in your app.
Best Answer