I want to be able to download data (list of texts and images) using the network.request module (ie using the ** asynchronous method**).
this means the widgets (or list of widgets or rows in the tableview) are drawn first below data are obtained from the server. When the data arrives, we will need to refresh and re-size the widgets according to the size of texts/images. I can’t find an easy way to do it in corona (eg using tableview). Anyone has any expericences on this?