Error while opening app

Use different screens wisely

If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...      
The recommended method of switching screens in App Inventor
(Thanks Taifun)
 
Also see demo: multiscreen.aia
 

Thank you Very Much,
My app worked successfully........without changing number of screens.

Thanks and Regards,
Jay Katariya

My pleasure :slightly_smiling_face:
but still i advice you to use virtual screens
for whatever reason you are making your app , this is always going to help you out

1 Like

Ok Sir. Will Do That.

I am not sir pls
i am too a class 7 student
but not sir still

1 Like

Can anyone give me example of virtual screen code,

ai2.appinventor.mit.edu/?galleryId=6237690499563520

Can Anyone give me example of code by which I can switch virtual screens.
Example- By clicking button 1 in virtual screen(i.e vertical arrangement 1 ), I'll go to virtual screen 2(i.e vertical arrangement 2 ). And vice versa.

NOT BY CHANGING SCREEN

Create a procedure to set all your virtual screens (every vertical arrangement) to visible = false.

When a button is clicked then call the above procedure (now every screen is invisible) and then set the screen you want to see to be visible = true.

You can do this for every button that that a user presses to switch screens.

The link I provided is to a demo app with only one screen and four virtual screens

How can I get package name of my app in mit app inventor?

Thank you everybody​:grinning::grinning:

Companion:

grafik

Compiled app (APK):

appinventor.ai_<email>.appName

Example:

appinventor.ai_bodymindpower.relax

Thank you Very Much