I have "with difficulty" developed a little project that could be a basis for an app-service that remains always active (a bit like the project always cited as an example, "Background location tracking").
Now I would like to use it to develop an app that performs certain tasks N times a day, M days a week, just like the "Alarm Clock" app that I have in my smartphone (pre-installed).
I searched JobScheduler site but I found this answer by Erel:
Do you think that StartServiceAt (or StartServiceAtExact) can be used for this task or that JobScheduler is necessary?
There is very little about the latter on site.
Now I would like to use it to develop an app that performs certain tasks N times a day, M days a week, just like the "Alarm Clock" app that I have in my smartphone (pre-installed).
I searched JobScheduler site but I found this answer by Erel:
What are you trying to accomplish? You can probably use StartServiceAt to do it.
Do you think that StartServiceAt (or StartServiceAtExact) can be used for this task or that JobScheduler is necessary?
There is very little about the latter on site.