11-15-2018 05:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-15-2018 05:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is there any way to create dynamically tile-list and also added tile-items on it?
Answered! Go to the Best Answer.

Accepted Solutions
11-15-2018 13:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-15-2018 13:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

11-15-2018 13:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-15-2018 13:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

11-16-2018 03:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-16-2018 03:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

11-16-2018 09:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-16-2018 09:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

11-18-2018 22:27 - edited 12-04-2018 23:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-18-2018 22:27 - edited 12-04-2018 23:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@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???

05-24-2019 13:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-24-2019 13:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When I edit 4 text fields in the virtual-tile-list-view, they disappear. Any idea why that might be happening?

09-13-2019 05:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-13-2019 05:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hye can you please post your code what you have done for dynamic list with checkbox?
