Skip to Content
0
Former Member
Apr 23, 2014 at 02:04 PM

How to populate tilecontainer automatically

29 Views

Hello!

I want to automatically create tiles based on information from a JSON-service. I have managed to populate a table with all this information, but I would like to make the same thing with Tiles.

If JSON gives information something like this:

{"Population":[

{"Person":{"Name":"Stevie","Age":"30","Gender":"Male"}},

{"Person":{"Name":"Martha","Age":"25"}}] .... etc.

I would like 2 tiles to be created; one for Stevie and one for Martha.

Is there a good way to do this?