hello, i would like to ask help for this app I am making.
I created a "to-do" list app with a "reminder" feature where they can type the task and setting it with a date and time but its data (when they add the task then switch or exit the app) cannot be saved.
Search the community or the gallery for "to do list"
1 Like
If you need to save compound objects like different deadlines you need to associate the deadlines with the tasks.
The laziest way would be to pull in a Clock component, and store deadlines by millisecond tags in a TinyDB devoted to deadlines.