11-15-2018 05:11
11-15-2018 05:11
Is there any way to create dynamically tile-list and also added tile-items on it?
Answered! Go to the Best Answer.
Best Answer11-15-2018 13:59
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.
11-15-2018 13:59
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 Answer11-15-2018 13:59
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.
11-15-2018 13:59
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 Answer11-16-2018 03:09
11-16-2018 03:09
Hi,
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 Answer11-16-2018 09:38
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.
11-16-2018 09:38
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 Answer11-18-2018 22:27 - edited 12-04-2018 23:52
11-18-2018 22:27 - edited 12-04-2018 23:52
@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 Answer05-24-2019 13:18
05-24-2019 13:18
When I edit 4 text fields in the virtual-tile-list-view, they disappear. Any idea why that might be happening?
Best Answer09-13-2019 05:18
09-13-2019 05:18
Hye can you please post your code what you have done for dynamic list with checkbox?