My app is required to perform certain tasks at various times during the day.
Example: display a "pop-up" panel at 7am, 2pm and 7pm.
Could I have a Service that continually monitors current time and "If Time" then display the panel?
I already have a "Starter" Service that takes care of PhoneEvents, Connectivity etc.
I have attempted to set a Timer in the Main activity to continually monitor the time, but this plays havoc with Screen Touch events etc.
Example: display a "pop-up" panel at 7am, 2pm and 7pm.
Could I have a Service that continually monitors current time and "If Time" then display the panel?
I already have a "Starter" Service that takes care of PhoneEvents, Connectivity etc.
I have attempted to set a Timer in the Main activity to continually monitor the time, but this plays havoc with Screen Touch events etc.