Help please - How do I send values to another screen

Hi team,
I am a bit of a newbie to Kodular and would really appreciate the help.

What I want to do (in simple terms):
I want to be able to send a location and additional information I write in a text box to for e.g. excel but store what I have sent in a separate ‘screen’ so I can collate the information I personally send to excel.

I have the location and additional text box in place all working - I don’t know where to begin with the rest.

Any help would be greatly appreciated - or if you can point me in the direction of a topic which already discusses this.

Thanks.

Use Open another screen with startvalue to send data from one to another screen.

1 Like

If you need to share a lot of data throughout all your app, use TinyDB :
image
image

4 Likes

see tip 1 here

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

1 Like