Tutorial for app inventor 2 how to make an app with multiple screens with a single SCREEN. With App inventor 2 you can make a multiple screens app easily, but if we add lots of screens we affect the memory of the device so this is not a very good practice so instead of that you can use a single screen
Use multiple arrangements instead of multiple screens and add a interesting scaling effect to change between different layouts.
This multiple screens tutorial tutorial works withr #thunkable #appinventor or #appybuilder
The idea came from user "Brainwork" from Thunkable forum, thanks mate!
The idea is pretty simple, let's suppose you want to have 3 "screens" 1 for the options, 1 for the main menu and one for the main app , the app itself. Instead of having multiple screens you can use different arrangements used as containers for your different "screens" , when menu is visible the other screens are invisible, or when "app" is visible menu screen and options screen are invisible. The cool thing is the "animation" I added from my previous rebound tutorial to have some interesting movement or transition while we navigate into the different screens in the "multiple screens" app made in app inventor. So this is a multiple screens tutorial without multiple screens.
Hope you find it useful. Please share it with your friends!
⬇️If you need any of the projects from my tutorials you can buy them using paypal:
[email protected] and adding a comment about which AIA file you wish to buy and your email!
WAnt to learn about:
making lists in app Inventor?
https://goo.gl/hWKp7z
using " for each" loop
https://goo.gl/fS5aGt
Mario Run Game in App Inventor
https://goo.gl/XtKoej
Be my patron:
/ azaotltutorials
Like my Facebook Page: / azaotl
MIT App Inventor is an innovative beginner's introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and-drop building blocks.
#multipleScreens tutorial