The most comprehensive and clear guide to work manager.
@Venu202483 жыл бұрын
Excellent series. I have few questions here. If i am doing some background task with workManager , is it compatible with pre oreo devices? Should we handle separately to support old devices? If i want to update the UI from workManager or JobIntentService is in running state, how can we achieve this? like the way we have done for boundServices.
@johnmichaelcabeltes52343 жыл бұрын
Sir is there a next topic of this video? A part 5 for this, please create and upload it.. it's very nice tutorial. Thank you!
@input4box3 жыл бұрын
I really appreciate your hard work Sir, big thanks
@nilesh69298 ай бұрын
I want a work manager where it sends location after 15 minutes. But my workmanager not running after 15 minutes. Please help me
@foramraol8852 жыл бұрын
what if we kill application on devices with custom OS like OnePlus,RealMe,Mi?? because work manager is dependent on device manufacturer , they force stop application when we remove from overview.
@Codetutor-DemystifyCoding2 жыл бұрын
That's the reason why I don't trust Chinese OEMs. They diviate so much from the standard behaviour prescribed by the Google, some times I wonder is it really Android phone.
@harshpatel-bt5wr3 жыл бұрын
if I want to do same as Whatsapp that get backup at 12:00 am daily I can use periodic work request but what if I don't have an internet connection at that particular time. I want to do something like whenever my internet comes back after 12:00 am it should execute my task as sure. please reply and if possible make a video on same.
@pa1shetty2 жыл бұрын
You cannot user periodic work request to execute a task at specified time.
@TheSwetabh3 жыл бұрын
Nice information
@tharundharmaraj90458 ай бұрын
Best.
@nmkawcher79353 жыл бұрын
really amazing
@sunilnraikar4093 жыл бұрын
Thanks Sir
@shobhithjb46263 жыл бұрын
Hi Sir, Love your videos ❤️ Can you make video on External, Scoped storage ( Android 10,11)
@Codetutor-DemystifyCoding3 жыл бұрын
Will try, since I am in the middle of ongoing tutorial series on Kotlin fundamentals, this may take time. Thanks for commenting.
@majidshafik50883 жыл бұрын
Thanks a lot
@shahjadansari87713 жыл бұрын
What about the bound services . Can we do in work manager?
@Codetutor-DemystifyCoding3 жыл бұрын
Work Manager works with Worker not Services. Bound Services concepts are mainly associated with Services. So they are not really relevant here.