List pickers help

howdy, this may sound stupid. so I'm coding an app and I want a list picker that can take you to another scree. like pressing option "apples" and it takes you to the screen about apples

You have to use the AfterPicking event, and compare the selected element with the string you want. Use and if-then-else if... block to decide what to do in each case. For example:

If you want to use tables, study this sample: