Hi all
I am trying to make auto-refresh for seconds
i tried to use repeat loop but it wasn’t working…
if anyone of u have any solutions do suggest me
how to do using
thanks in advance
Hi all
I am trying to make auto-refresh for seconds
i tried to use repeat loop but it wasn’t working…
if anyone of u have any solutions do suggest me
how to do using
thanks in advance
read the documentation?
https://docs.thunkable.com/timer
u misunderstood
i want that user’s time to come automatically
and it shall continue without open and closing app to see time in seconds
If you want to show the time updating on the screen then use the timer
component and update the label in your screen with the fire
event.
This makes the trick.
You need to set the timer for something like 300 milliseconds.