Hello! A similar question was already from me, but I did not receive an answer that would solve my problem. Probably you should not write your code here, because most likely, I chose the wrong approach to solving the problem. Nevertheless, I will leave a link to my previous question: here is my question .
Tell me, please, how to implement the following task: There is a table in the database in which there are records. The columns in the table: [ID] [NAME] [DAY] [HOURS] [MINUTES]
There is also an Activit that you need to call at a specified time.
That is, you need to scan the table in the database, and on the basis of these data you need to install the Alarm-s that will trigger Activiti.
The contents of Activiti do not need to be changed (it will be changed already in onCreate () of the Activit itself).
The problem is that I do not understand how to put alarms in the plural. Again, by the link above, I showed my vision of the implementation of the task.
Thanks in advance for the answers, I really hope for your help, because without solving this task I can’t move on :(