Oh thank god.. Finally non indian tutorial for workmanager The video was amazing and clear explaning Please add more videos in tge futuer
@AndroidGeekCo2 жыл бұрын
glad you like it , I will try my best 😊
@alexandralban56822 жыл бұрын
Thanks for video! It was really useful 30 minutes(some speed manipulation)
@AndroidGeekCo2 жыл бұрын
Glad it helped! 😊
@satyamprajapati412111 ай бұрын
Great explanation. Subscribed!!!
@u_nknown4O48 ай бұрын
Explanation is so good, please make video on server related video with kotlin, how to manage data, write, read from remote hosting server..
@idanqwe1 Жыл бұрын
hey, thanks for the content! I have a question: you have set "createNotificationChannel" on the "doWork()" which means it will create a channel each time the scheduled job is executed. shouldn't the createNotificationChannel set on MainActivity to get created once? Thanks in advance.
@krishnamohandanda4876 Жыл бұрын
Can we call API call in WorkManager? After getting data from API store it in Room database everthing can we write in WorkManager?
@AndroidGeekCo Жыл бұрын
Yes, it's fine to call an API in Work Manager. It allows background task scheduling, including API calls, even when the app is not in use. However, you should use it responsibly to avoid excessive resource usage and ensure a good user experience.
@mostafasamy20022 жыл бұрын
simple, and very nice video
@AndroidGeekCo2 жыл бұрын
Glad you liked it! 😊
@SunilKushwaha-nr6ip2 жыл бұрын
Work Manager not working when app is killed by the user. Why? If you have idea please let me know thank you
@miciliniroll Жыл бұрын
As I found out, the work manager depends on the device manufacturer. In my case, it is an miui device, which does not allow work manager to work in case the app is killed or rebooted. The work manager worked when I provided the application with "autostart permission". Work manager completely depends upon the manufacturer, Some manufacturers or you can also say devices with stock ROM were allowing work manager to work as it should be, but there are some devices manufacturers ("Chinese ROM's") were very aggressive while clearing the background apps, they're even killing the work manager, however, Google is trying to make work manager work normally on all devices by talking with OEM's. As of now If you really want to run anything in the background, you can turn on autostart option in xiaomi & some other devices or else you can also show a notification in notification tray which makes an app to run in the foreground. you can check whether the app is still running in the background or not, if not you can restart it.
@gpslocationtrackersasasak Жыл бұрын
Great! Lecture~ Thx
@AndroidGeekCo Жыл бұрын
You're very welcome! 😊🙏
@abdotalaat66712 жыл бұрын
very nice tutorial keep going 👏 but Medium's article link not working
@AndroidGeekCo2 жыл бұрын
Thanks for your feedback 😊 glad to hear that 😊 the link updated✅
@НазарТаранюк2 жыл бұрын
What emulator do you use?
@AndroidGeekCo2 жыл бұрын
for this tutorial , I used smartphone , not emulator
@НазарТаранюк2 жыл бұрын
@@AndroidGeekCo but how you'd share smartphone screen on pc?