1
I am developing an agenda in Java, where I have in the database the date and time saved. However, what would be the best way to display an alert 5 minutes before the event? Do I have to run the query method all the time until the times come? Or is there a simpler way to do this?
would not be better a notification or even want an Alert?
– Tiago Coelho
can be a notification too. The problem is how I keep checking the time. I will have to make a method to search the bank all the time?
– DiegoAugusto