yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

can i start a async task inside Job #453

Closed kpradeepkumarreddy closed 6 years ago

kpradeepkumarreddy commented 6 years ago

can i start a Async Task inside Job ??

kpradeepkumarreddy commented 6 years ago

I'm using Firebase Job Dispatcher to start async task inside the job