Screen Related Requirements

Hi, So I am actually building an app that can measure how long you have been on screen. Is there any way to measure how long you have been on screen?

Hi @p7s welcome to the community.

You can do this with a variable and the device time block.

Use the variable to store when the app opens and then the device time to check the time that has elapsed since it was opened.

Hope that helps.