Template
Timer App
Example showing how to create a timer in AppSheet
Industry:
Other
Function:
Other
This app shows an example for how to implement a Timer in AppSheet.
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
This app simulates a timer by using columns to log "Time Started" and "Time Stopped." The view "Start Timer" is linked to a slice of data. The slice of data contains the fields the user needs to see when they start a new timer. When a timer is started, AppSheet creates a new row and populates the fields filled out by the user. To stop the timer, go to the "Active Timers" view and click the action to the left of the timer. o stop the timer, go to the "Active Timers", click the timer, and click the "Stop Timer" icon. This is a grouped action and executes the following: 1) Set the "Time Stopped" column; 2) Calculate the duration between "Time Stopped" and "Time Started"; 3) Redirect to the "Finished Timers" view. Feel free to use any features in this example as a starting point to create a timer in your App!
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...