In this tutorial we will look at how to dynamically add content to a screen in Thunkable.
Take a look at the template here: Thunkable
Intro
This app looks like it might have 6 screens, but in reality it has only 2. There is 1 screen for the menu and then 1 “template” screen that we dynamically update depending on what button is pressed.
Design
In this app all the settings are defined in the blocks. This is really useful if you want to resize several components all at once (but duplicating components is still probably the fastest way)
Screen1 acts like the “Menu” with 5 options displayed on screen. Rather than having each button link to a single screen, all the buttons actually open Screen2. The blocks on Screen1 detect which button was pressed and change the appearance of Screen2 based on the users selection.
Remix this App for Yourself
https://x.thunkable.com/projectPage/5f848c54bd53ef6e45c4bf89