Is it somehow possible to set up a notification so that it goes of for instance every day at a given time?
I’m about to make a “Who fed the fish?” app as our family is unable to have control over even this simple thing. I think t would be a nice exercise to make an app that uses notifications (as I haven’t done this before).
The idea is that when the notification goes of, the app contacts a server to check the status of the task (feeding the fish in my example). If the status of the task is NOT DONE, the notification should make the app notify the user in some way. If the user has done the task, he checks it of in the app and the app sets the status to DONE on the server.
The php, network and server things I’ve done many times before, but the notification stuff is new.
Can the above be done?