Your column names (in Cloudstitch it is the first row) for this recipes demo should be
Image
Title
Subtitle
Ingredients
Description
Time
Link
After you add your data, the app will show all items in a list (thanks to @ColinTree’s ListView extension). When you click an item, a new screen with more details opens. If you don’t specify an image url (or one from your assets), the item is displayed with its first letter. The link field is optional and adds a button which opens the link when you click it. You can refresh the list thanks to @ColinTree’s amazing SwipeRefresh extension
Note: This app is just a template, feel free to customize it as you want. If you add columns, you can select the content with the lookup in pairs block on the element screen.The description label is HTML enabled, so you can style the text. As an example, I made a list of my favourite recipes
Thank you very much Domhnall. It has helped me a lot, although I can not see url images. I upload images to Dashboard, like this: https://res.cloudinary.com/dwuvko1jj/image/upload/v1547832002/Venta/plaza_reducido.jpg and I paste them in the Cloudstitch spreadsheet, but they do not appear and the text does. I do not know what to do. Can you help? Thank you.-
I could not register in cloudstisch what is the problem ?? You can just sign in but u dont have the ability to sign up on the site why ? I do not find any way or buttun to sign up and build any component
+1 for Airtable, just to add to this, Cloudstitch has been deprecated in the most recent release of Classic so I would advise against using it in new projects.
I updated the post to make it more clear where to insert the keys etc. Please take a look at the documentations I linked in the original post on where to find all information
@aya_samra No, I updated the post to make it more clear. Please take a look at the documentation on where to find the keys. “Table 1” would be the view name in your case
I’m using online JSON as database (hosted at my host website) for my status phrases app, it’s fast and simple to use (decoding the JSON text is easy after you understand the way it works). It’s simple to add more data too.
In my scenario, I have a list around 100 itens and photos, but the app just freezes to load all the itens.
It tooks more than a minute to load the listview.
Also when going to page 2 and returning to page 1, a freeze again to load all the itens…
Maybe a way to store all the url links in the memory to avoid loading it every moment?
Or is there another way to improve the performance?
I am using Airtable DB, any ideas how can I improve?