Good lord, what a hight quality content. I really appreciate this kind of videos my friend, many thanks
@ayyanchira9 ай бұрын
What an amazing content!!! Thank you so much for explaining this with example!
@AndrewDChristie Жыл бұрын
Thanks!
@bigpiglove Жыл бұрын
Thank you for your time helping us to understand this topic!
@ChrisAthanas Жыл бұрын
Short and sweet
@nipunshah1373 Жыл бұрын
Does a single unique work can have multiple status (ie WorkInfo) at a given time?
@ChrisAthanas Жыл бұрын
Easy work request has a individual status
@tiltedbybox61182 ай бұрын
Is there even a situation where you would NOT want unique work?
@marlonlom Жыл бұрын
where do the worker must be launched ? activity, application class?
@denisk3852 Жыл бұрын
How about reload of device? Does WorkManager need to enqueue again?
@mubaraknative Жыл бұрын
Great stefan
@yakayaka297911 ай бұрын
work manager not for battery saving. What is the solution for this?
@PratikSahu18 Жыл бұрын
I have a periodic work manager which checks local db and send notification based on that. Problem is it works if I run in emulator or install in my device via adb but when I download from playstore the work manager never runs. It runs only when I open the app. Is the device stopping work manager for battery saving? My device was not in powersaving mode and it was at 90% charge.
@thangamxx540810 ай бұрын
I tried but not running on background which run only when app opened not closed completely. Can you please give hand?
@StevdzaSan10 ай бұрын
If you tried triggering the foreground service from the background then yes, there are restrictions from the os itself.
@thangamxx540810 ай бұрын
@@StevdzaSan I didn't tried yet bro, I've read background process documentation which says long running tasks need foreground service not for below 10 mins. This is my requirement, I want to show notification daily interval when app closed it takes only few milliseconds isn't right? And also as you said triggering foreground service also restricted in background. Do you have any solution for this bro! 🙏 I found one use FCM but currently not necessary for me so...
@StevdzaSan10 ай бұрын
@thangamxx5408 You've misinterpreted the docs. You can't trigger a Foreground service from the background, unless the user manually changes the settings for youe app to allow it.
@thangamxx540810 ай бұрын
@@StevdzaSan so you suggest to use foreground service for my requirement isn't right?
@StevdzaSan10 ай бұрын
@thangamxx5408 Like I said, you need to let your users know that they do need to enable that option manually.
@aungpyaesone7938 Жыл бұрын
Thank u so much
@thecoderui9 ай бұрын
Thank you
@engineerfred942710 ай бұрын
hei Stev.. in my project im intending to use two CustomWorkers and i don't know how to handle the work factories for both Workers in the application class. PLease reply its required for my project
@anamikaraj8949 Жыл бұрын
Can you please make a video on How to make OTP verification in Kotlin in Android Studio I Love all Your Videos Your Videos are Soo Helpful ThankYou So Muchh....