You can use open another screen with start value block:
To pass a value to another screen, this value would be stored in the StartValue block:
From:
Or
You can use TinyDB, which you can store data and get data from any screen, the data will persist as well, even if you closed your app or rebooted your phone:
2 Likes
I already know that I’m asking if there is an alternative
Open another screen with start value
block is a possible alternative.
1 Like
Store the data on screen1 on TinyDB and retrieve that data on other screens.
However, in order to use it, I have to use Open another screen with start value again.
Taifun
December 2, 2020, 2:24pm
#7
use as less screens as possible and as much screens as necessary, see tip 1 here
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG’s post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed…
If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a wh…
Taifun
2 Likes
Create an app with just 1 screen
1 Like
Srrazmi
(Web And App Developer)
December 2, 2020, 2:34pm
#9
There Is 4 Way To Exchange Data Between Screen
Use Open Screen With Value Block
Use TinyDB
Use Online Database
Use MYSQLite Database
2 Likes
I try to do it with tiny db but I get an error
I get an error when using tiny db alone
In fact, let me explain directly to you
Login with gmail on screen 1 of my application
then it creates 1 code with 4 digits on screen 1
Srrazmi
(Web And App Developer)
December 2, 2020, 2:43pm
#13
And That’s Code You Want To Show In Another Screen ?
1 Like
then screen 1 no longer opens and the application starts to open on screen 2.
but for security purposes the user logs in with that 4 digit code
I’m pulling that code with Open another screen with start value block
not that
But I will update my application today
and I want to take my user’s gmail photo, gmail name and gmail on screen 3 but it doesn’t work
I’m using this block but the list gives an error
I used a list for this, but the list gives an error
Srrazmi
(Web And App Developer)
December 2, 2020, 2:52pm
#18
Index 1 For PIN
Index 2 For isim
Index 3 For Email
Index 4 For Profile Pic
I know I tried but I’m getting this error
Srrazmi
(Web And App Developer)
December 2, 2020, 2:55pm
#20
That’s Means Your List Is Not Passing Properly
what should I do
One reason I got this error is the wrong pin input but I don’t want this error to occur when the wrong pin is entered