Hello everyone,
I am new to thunkable. I want to make an app of the English alphabets. The problem I am facing is, I have to make 26 screens for all the alphabets. Is there a way, so I can place all the alphabets images in one screen with a play, previous and next button. So I don’t have to design 26 screens for all the alphabets.
Greetings friend!
The most effective solution is to create vertical layouts.
Customize them with short names and in the block part you must program whether to Hide or Show the arrangement.
You should first consider a couple of things
1- The more screens the app has, the greater its final weight
2- The number of blocks per screen also affects the final weight of the app
Possible solution:
1- After the main screen you can create a Menu screen and then a third screen with which you can play with the vertical Layouts (hide and show)
Important:
You can consider this publication
http://community.thunkable.com/t/multiple-screens/10677
Sorry for my bad English =P
1 Like
Thank you Dear, I will try this.