Get Value from another screen

Hi, there people!

I want to know if it's possible after choose an option in spinner or listpicker can pick the information from another screen?

For example, one screen is for introduce every hairdressers may be 5 people and sometimes will change ,this is why cant just write every single option in the code, I want the the option is link to the screen.

is it possible? with listpicker or spinner, they both are good for me.

Thank you so much in advance!!

1 Like

If there's not much you're going to have to put in both of the Screens, it's probably better to use Virtual Screens instead.

This way, you also minimize the amount of data used; since screens take up a lot of memory, causing your app to slow down.

1 Like