I want to save the total time spent by the user from the time he/she opens the app.
Suppose i spent 12 minutes yesterday and 20 minutes today.
Then i wantr to display that the user has spent a total of 32 minutes using the app. Pls can someone help me?
Hi, was anyone able to find a solution to this? Iām still not understanding saving the time after each session and the updating the time after each new session
I think you would have to use a timer (or a forever loop) and increase a stored variable every second. Then you could just display that value, converted to minutes, in a label.