L lordjuergen Member Licensed User Longtime User Jan 10, 2019 #1 Is it possible to schedule tasks with WorkManager? Is this already a feature or planned? Described here: https://developer.android.com/topic/libraries/architecture/workmanager/ Is JobScheduler part of B4A or is this planned? Details: https://developer.android.com/reference/android/app/job/JobScheduler Thanks!
Is it possible to schedule tasks with WorkManager? Is this already a feature or planned? Described here: https://developer.android.com/topic/libraries/architecture/workmanager/ Is JobScheduler part of B4A or is this planned? Details: https://developer.android.com/reference/android/app/job/JobScheduler Thanks!
DonManfred Expert Licensed User Longtime User Jan 10, 2019 #2 lordjuergen said: Is this already a feature Click to expand... no lordjuergen said: Is JobScheduler part of B4A Click to expand... no I don´t know if any of these is planned.
lordjuergen said: Is this already a feature Click to expand... no lordjuergen said: Is JobScheduler part of B4A Click to expand... no I don´t know if any of these is planned.
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2019 #3 What are you trying to accomplish? You can probably use StartServiceAt to do it.
peacemaker Expert Licensed User Longtime User Jan 14, 2019 #4 Erel said: What are you trying to accomplish? Click to expand... You don't need to write device logic to figure out what capabilities the device has and choose an appropriate API; instead, you can just hand your task off to WorkManager and let it choose the best option. Click to expand...
Erel said: What are you trying to accomplish? Click to expand... You don't need to write device logic to figure out what capabilities the device has and choose an appropriate API; instead, you can just hand your task off to WorkManager and let it choose the best option. Click to expand...