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.
You can't dynamically create a list, but the items can be dynamic.
See the virtual tile list. https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#virtual-tile-list
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.
You can't dynamically create a list, but the items can be dynamic.
See the virtual tile list. https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#virtual-tile-list
Best AnswerHi,
I have added checkboxes list item dynamically but checkboxes are not clickable how can I "checkbox item" clickable and how can I identify checked or unchecked events from tile-list-item.
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 example has some javascript for the onclick event https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#checkbox-tile
If you're still struggling, can you put the project somewhere so I can see the code?
Best Answer@JonFitbit I want to update or refresh tile-list-item dynamically.
Actually, I have bind Virtual tile-list to the data model when the data model change then the virtual list should be updated accordingly.
In Android, we are using notifyDataSetChanged().
Is there any method for Virtual Tile List???
Best AnswerWhen I edit 4 text fields in the virtual-tile-list-view, they disappear. Any idea why that might be happening?
Best Answer