Page 1 of 1

Populating product records coming from an API in listview

Posted: Fri Aug 29, 2014 11:18 pm
by dario

Hi,

In the app that I created I am getting record from semantics3 api about items to purchase. I am showing a picture, the name, the price, and a button to add it to a shopping cart. I created a table with 4 columns and when getting the results I am getting 1 record per row.

I tried to make it work on listview (having 3 record per row) by having one column and 4 rows instead but was having some issues . Can you please guide me on the component to use, and how to implement it. Image


Populating product records coming from an API in listview

Posted: Sat Aug 30, 2014 5:14 am
by Alena Prykhodko

Hello Dario,

If I understand you correctly you need to use grid component inside list. Also put labels into grid cells.

This doc shows how to map collections http://devcenter.appery.io/documentat...


Populating product records coming from an API in listview

Posted: Wed Jul 08, 2015 9:25 pm
by TonyS

Hi Dario,

Did you manage to do this?