Sunday, June 7, 2015

Making a Config or settings screen App inventor - Multiple Screens Tutorial in App Inventor

Sometimes we have a lot of buttons and sliders to modify something in the app and we leave the main app with little space. So a good idea is to use another screen to change settings in the main screen.

This is a very simple tutorial for #AppInventor 2, This tutorial shows how to create apps that have multiple screens. In App Inventor, you can have a screen open a second screen. Later, the second screen can return to the screen that opened it. You can have as many screens as you like, but each screen closes by returning to the screen that opened it. The screens can share information by passing and returning values when they open and close.
We use startValue block and get result block .

Also I showed you how to pass multiple values from one screen to the other. Hope you find it usefull!

 Video:
http://youtu.be/-ij66fWG-Z0


Blocks:





Keywords: AppInventor,App Inventor, AppInventor2,Android developer,basic tutorial,different screens,startValue, settings screen, options screen,