- app - application logic directory
- theme - resources directory
- translation - directory with translated words
Application logic is divided into multiple files in a single directory:
- Files that start with
uvs_handle app logic. - Files that start with
screenhandle window logic. helper_bindingshandle fyne bindings, to make screen code more readable.translate.gohandle translation logic.translate/strings.gohandle languages.
Notifications allow sending system notification immediately, or prepare for another start.
If multiple notifications are prepared, they will be sent as a single notification.