I think this is the most underrated channel, I have been working as an Android Developer for years now and I came for a refresher on the concepts and ended up watching the whole series. Great job man do not stop.
@Codetutor-DemystifyCoding4 жыл бұрын
Thanks for the kind words. Feel free to explore other content on channel. Hope you have subscribed.
@antoneltonij83624 жыл бұрын
You are a great teacher. I like your method, when you ask questions. Something like "What if ..... ?"
@BhardwajHackology2 жыл бұрын
sir ab services ki jgah Work Manager use hota hai to, ab direct WorkManager mein code krna chaiye ? foreground services ko work manager k sath use krna chaiye? and sir Android mein Threads vs RxAndroid vs Asynctask or Executor Service k upr ek video bna k clear krdo please, konsi best practice hoti hai kisko kb use krna chaiye please
@niktube48963 жыл бұрын
can we use foreground service without notification
@davidmoran46234 жыл бұрын
Hola, un saludo desde Panamá. I like your video. They are helping me a lot to understand how Android works and the different components, you explain very well, do not stop adding the subtitles to the videos, since as I still do not speak English very well, that is how I can understand your explanations.
@Codetutor-DemystifyCoding4 жыл бұрын
hey thanks. Glad that you liked the content. Feel free to share it with your friends and peers, they might also find it useful. I actually have not been adding subtitles. I think they are auto-generated. Hopefully they are correct. Thanks for commenting.
@personalexperiences86654 ай бұрын
Sir, Can we use JobService with Foreground Service. If it is possible then how pls explain?
@akshaykhurana41522 жыл бұрын
Nice Content Sir. It is helping me a lot to understand concepts. My question: Avoiding data loss due to interruption when saving files while using service. If we use a background service using job scheduler to download a file and somehow our service gets killed, How to resume downloading from same data packet? What kind of service should one prefer background or foreground to download a file? Thanks! for this very informative content. Great work.
@kruthiksai23723 жыл бұрын
Sir it's been 2 months you made a video please make videos ,the way you dive deep into a concept helped me in understanding concepts clearly.
@Codetutor-DemystifyCoding3 жыл бұрын
I will be coming back soon. Thanks for commenting. Happy new year by the way!!!
@kruthiksai23723 жыл бұрын
@@Codetutor-DemystifyCoding thank you sir same to u
@mithuns84103 жыл бұрын
Does WhatsApp Video call Activity working based on this? Could you just cover that like how it identifies the incoming call even though the App is closed.
@anishekchoubey4 жыл бұрын
I want to know how to make changes in a textview which is child of a fragment' s view.
@kumarbharani27184 жыл бұрын
sir if app is removed from tasklist and few minutes later intent service want to send the data to acitvity what should happen is it memory leak or activity get the data.
@Codetutor-DemystifyCoding4 жыл бұрын
It would be a new call to the activity right? through a Pending Intent and Notification. You should never directly launch an Activity from a Service, it's not recommended.
@saravanamurali51682 жыл бұрын
You are making such a wonderful content video. Thank you so much
@luckykatariya29003 жыл бұрын
When we kill app the foreground service is also killed in android pie and 10 .. Plz make a video on it or we should use workmanager in any condition..??
@Codetutor-DemystifyCoding3 жыл бұрын
Exactly right, That's the reason why I have been discussing about Work Manager as well. Feel free to explore these topics in this video playlist kzbin.info/www/bejne/boPZeml5gJmnf6s
@anishekchoubey4 жыл бұрын
Sir I am your subscriber I am 14 Years old and programming is my hobby. I face many problems whenever I start new topic.
@Codetutor-DemystifyCoding4 жыл бұрын
I feel you need just a bit of handholding in the initial part. Persist with your effort. It will be difficult only initially. As you spend more time with it, you will become more natural at it.
@pranaychakraborty48662 жыл бұрын
Hellow sir. I am working in a project where I have to track the incoming sms amd send some specific sms to a web url. This process needs to be run even app is killed by the system or user. In that case do I need this foreground service?
@Codetutor-DemystifyCoding2 жыл бұрын
You need use WorkManager for these kind of scenarios. Go through this - kzbin.info/www/bejne/boPZeml5gJmnf6s
@pranaychakraborty48662 жыл бұрын
@@Codetutor-DemystifyCoding Thanks a lot sir 😍
@mouradouddah59344 жыл бұрын
Gooood
@Codetutor-DemystifyCoding4 жыл бұрын
Thanks.. Feel free to explore other content on Codetutor. Hope you have subscribed.
@mouradouddah59344 жыл бұрын
@@Codetutor-DemystifyCoding yes I have been a subscriber for a long time
@demian15523 жыл бұрын
Great video and very good explanation of the process!. I see you are using IntentService in the Demo but this class will be deprecated with Android 11 (30), Am I correct?, Do you know if the IntentService will keep running on sdk 30 if we keep using the Notification class? Thanks!
@Codetutor-DemystifyCoding3 жыл бұрын
Yes, You are right. Going forward they are planning to replace all of these classes with WorkManager. I will be covering that topic in next couple of videos as part of this series. I hope that you have subscribed so that you will get notified when I publish next video.
@kruthiksai23724 жыл бұрын
Sir if I bind the service to other activity for sharing data if the activity is closed does it leads to memory leak
@Codetutor-DemystifyCoding4 жыл бұрын
I think so, if you are not careful enough not to unbind.
@h.r.604 жыл бұрын
Keep posting great vids please 😁
@Codetutor-DemystifyCoding4 жыл бұрын
hey.. sure.. feel free to explore other Android related content on Codetutor. Hope you have subscribed.
@sri67514 жыл бұрын
Hi Sir,Do you provide android online training for non coding background professionals.
@Codetutor-DemystifyCoding4 жыл бұрын
never thought about it. Not sure about it.
@sri67514 жыл бұрын
@@Codetutor-DemystifyCoding I have gone through your profile on Quora which brings me here. Please let me know if you have plans to start online training, near future. It would be appreciated, If you don't have any plans then please suggest me some online (Paid or free : Both works for me) courses where I can start my journey towards android development as I don't have programming knowledge at all.
@HyperActive944 жыл бұрын
you are a good teacher sir thanks 🙏
@Codetutor-DemystifyCoding4 жыл бұрын
Glad that it was helpful. Feel free to explore other content on the channel. Hope you have subscribed.
@bilalsimsek73063 жыл бұрын
Thank you for great tutorial.
@OussamaELAHMAR4 жыл бұрын
You make great video. Thank You
@Codetutor-DemystifyCoding4 жыл бұрын
Hey thanks.. Glad that you liked it. Feel free to explore other content on channel. Hope you have subscribed.
@bibekanandanayak8839 Жыл бұрын
Sir is there any notes for all the services
@Codetutor-DemystifyCoding Жыл бұрын
Sorry no notes... every thing is here in videos and Github repos as codes, link to which is provided in the description section of the video.
@bibekanandanayak8839 Жыл бұрын
@@Codetutor-DemystifyCoding thank you so much sir
@shaikshaheera55696 ай бұрын
I have created same app which is crashing, help me
@Codetutor-DemystifyCoding6 ай бұрын
Have you tried debugging? What is the error? Have you tried co-pilot to understand the issue.
@darckphenix3 жыл бұрын
Good evening. Great class. Professor worked fine in version 8.1! But when I test on the cell phone with version 10, it generates an error. Bad notification for startForeground
@Codetutor-DemystifyCoding3 жыл бұрын
Probably got something to to do with notification channel. Did you do a google it?