Build dynamic screen

20231117_191647

How to build an app that shows a list of items using only one screen?

We want to reduce the number of screens for many reasons:
-Make the app faster
-Make the project lighter
-Reduce the time for updates.

The app I present shows Greek monuments.
For each of them, I have an image, a title, and a text.

For now, I have 3 monuments.
So, one way to do it is to create three screens as it is here: Thunkable

The smarter way to do it is by using only one screen: Thunkable

How do I do this? I create a column for each of the information I need on each screen and then save the information on the Table. I keep only one screen and add the blocks to set the fields with the values.

Let me know which other functionalities you would like to see implemented dynamically.

4 Likes