How do I make my app always reopen on Screen3 instead of Screen1?

Hi, I have 3 screens in my app (after installed the apk): Screen1 for entering name, Screen2 for BMI calculation, and Screen3 for counter. I want my app to always reopen directly on Screen3 (and keep the data there) even after I close the app, instead of going back to Screen1. How can I do this?

Use the Screen.Initialize event of Screen1 to open Screen2, and also use TinyDB to save all of your data.

Block 1: It open screen 3 when ever data is there...

Block 2: It help you to save list of records...

1 Like