Screen Starts vs Screen Opens

As far as I understand, the Start block works only when the screen is created and initially displayed, and the Open block - every time the screen is displayed. For example, when you return to a previously opened page using the swipe gesture, the Start block is not executed, and the Open block is executed.

In the Start block, the initialization code is placed, and in the Open block, the code that you want to execute each time you return to this screen.

7 Likes