Hello everyone
I am very new to App Inventor and need some guidance.
I'm building an app to keep track of interruptions of the workflow. And I am building it like a multiple stopwatches that do something like lap times, where every lap is an interruption.
I managed to make the stopwatches to run and stop - for the first interruption. But when I press again the start button, the time resets - which is not what I need. I need that it runs continously.
Also, at the end of the day I need to sum up all the timers, of the laps - to put it simple, and make a report with these values, of each and every lap times.
While I've managed to make the timers, to count how many interruptions (how many times each START button was pressed), I am missing the problems presented earlier.
Also managed to save each value in TinyDB but don't know how to put them in some sort of report: csv or text, and how to retrieve such report.
Thank you in advance for any type of help or suggestions.