Understanding and Using Services in Android: Background & Foreground Services

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024

ความคิดเห็น • 113

  • @frax84
    @frax84 2 ปีที่แล้ว +28

    I give you 3C score for this video: Concise, Complete, Clear. Really good explanation. Thank you

  • @DebugWithAdam
    @DebugWithAdam 2 ปีที่แล้ว +9

    I have been looking for something like this to complete our 5 months flutter project, finally I got the solution from your content. Thank you so much, looking forward to seeing more contents

  • @lubuntumleto5052
    @lubuntumleto5052 ปีที่แล้ว +3

    Good example how simple it could be, when guide is so clear and opened step by step, thank you sir.

  • @roman71717
    @roman71717 2 ปีที่แล้ว +5

    This is one of the best-explained tutorials I have watched!!
    Thank you :)

  • @itallstartedwhen
    @itallstartedwhen 2 ปีที่แล้ว +5

    Best video on the topic on TH-cam, so well explained 😍😍😍😍😍😍😍😍

  • @truthonly_
    @truthonly_ 2 ปีที่แล้ว +5

    Ultimate content. I never understood services that easily ever before. Thank you 🤟

  • @okeuwechue9238
    @okeuwechue9238 ปีที่แล้ว +4

    Very clear and direct explanation of the different service types. 👍
    However you mention that multiple instances of the service will get created if started multiple times, but this isn't so; there will only be one instance of the service object but its onStartCommand() function will be invoked those multiple times.

  • @satwikkar7761
    @satwikkar7761 2 ปีที่แล้ว +1

    Best video on utube regarding services in android... 👍👍👍👍

  •  2 ปีที่แล้ว +4

    Thank you for clear and worked practice even on API 28. Great work. More android tutorials please.

  • @darklaker
    @darklaker 2 ปีที่แล้ว +2

    The best explanation for services I've found and it's just what I needed. I would add a handler to show a toast message from the service.
    Handler mainHandler = new Handler(getMainLooper());
    mainHandler.post(new Runnable() {
    @Override
    public void run() {
    // Do your stuff here related to UI, e.g. show toast
    Toast.makeText(getApplicationContext(), "Message from Service", Toast.LENGTH_SHORT).show();
    }
    });

  • @myhealthobs5290
    @myhealthobs5290 ปีที่แล้ว +1

    I wonder who organised the naming if foreground vs background. Unbelievable, thanks for clearing it up

  • @strawberryinc.2275
    @strawberryinc.2275 ปีที่แล้ว +3

    i really needed this, @Codeible, thank you big time.

  • @Somerandomnessvvv
    @Somerandomnessvvv 2 ปีที่แล้ว +4

    Come onnn this gotta be one of the best practical service tuts. Can’t wait to see you work with kotlin.

    • @mohdfaris9054
      @mohdfaris9054 2 ปีที่แล้ว

      Yesss good job baby..setan kocak bini orang sampai dsana ..party sex u setan...

  • @teladoum9
    @teladoum9 ปีที่แล้ว

    Thank you. I'm looking for this video longtime.
    Be blessed. Soyez béni mon frère.

  • @abunaser3525
    @abunaser3525 2 ปีที่แล้ว +1

    I left java 3 years ago .and start using kotlin . But your explanation is So good that I end up subscribing to your channel. Hope you start using compose multiplatform 🙂 this is the very first video from you that I watched .so don't you if you are already using kotlin . Anyway nice video ..

  • @involved1984
    @involved1984 10 หลายเดือนก่อน +1

    Amazing and simple explaination. Thanks. Keep up the good work 👍

  • @hassanesilverlight1550
    @hassanesilverlight1550 2 ปีที่แล้ว +1

    Thank you. Best Service tutorial ever.

    • @mohdfaris9054
      @mohdfaris9054 2 ปีที่แล้ว

      Terbaik servies dia..tapi home Macan setan dia...malu.out site..setan bertanduk lima..celaka

  • @drakohgaming5131
    @drakohgaming5131 8 หลายเดือนก่อน

    you're salve my life bro, i have weeks searching this info. Thanksh! like and new sub

  • @ravindrashekhar4419
    @ravindrashekhar4419 2 ปีที่แล้ว +1

    Clear Cut simple and Illustrative video, good for starters.

  • @georgenady7375
    @georgenady7375 2 ปีที่แล้ว +1

    man ! thank you very much for your awsom explaination for that topic

  • @joshuantw
    @joshuantw 2 ปีที่แล้ว +1

    Awesome video my dude. Really clear.

  • @onwodoh
    @onwodoh ปีที่แล้ว

    This was a good video. I learned so much in a short amount of time!

  • @codingfeed9206
    @codingfeed9206 2 ปีที่แล้ว +1

    Im your new Subscriber because of your video i easily understand some coding stuff

  • @asimjmi2010
    @asimjmi2010 2 ปีที่แล้ว +1

    Nice explanation.... you're awesome man 👍🏻

  • @MauricioSouza-93
    @MauricioSouza-93 4 หลายเดือนก่อน

    Great explanation!! Thanks!!

  • @mdrashid6002
    @mdrashid6002 3 หลายเดือนก่อน

    Great Thanks boss for such a clear explanation,
    What about the Bound Services??

  • @TupolevSlaVTuber
    @TupolevSlaVTuber ปีที่แล้ว +1

    nice tut crystal clear and spot on

  • @alokeshnath4269
    @alokeshnath4269 2 ปีที่แล้ว +3

    I have tested this on real device when I restart the device I didn't see the notification that you got...? Is there anything to add more?

  • @D-Coder440
    @D-Coder440 หลายเดือนก่อน

    Osm! Thank you bro for this helpful video

  • @explorer1125
    @explorer1125 ปีที่แล้ว +1

    Very good explanation..!!👏

  • @shubhm_agarwal
    @shubhm_agarwal 2 ปีที่แล้ว +1

    Great explanation helped me a lot.
    Hence subscribed.

  • @kemaldeveli8195
    @kemaldeveli8195 2 ปีที่แล้ว +1

    I like your videos a lot please share more videos with us

  • @petermolnar6017
    @petermolnar6017 8 หลายเดือนก่อน

    Thanks for this great video!

  • @suche_cz
    @suche_cz 2 ปีที่แล้ว +1

    Thank you, this video was really usefull

  • @vr_connoisseur
    @vr_connoisseur ปีที่แล้ว +1

    nice video, helped me so much!

  • @alexmercerind
    @alexmercerind 8 หลายเดือนก่อน

    Very useful!!!

  • @user-up7zn7sn4f
    @user-up7zn7sn4f 2 ปีที่แล้ว +1

    I hope to learn how to play the list view of music through the service by Raw or Assest folder to work in background long time ... thanks for this video

  • @NghiaNguyen-hn5st
    @NghiaNguyen-hn5st 2 ปีที่แล้ว +1

    its amazingg thanks you

  • @LasWegas
    @LasWegas ปีที่แล้ว +2

    Great!

  • @avigneswaranwaran
    @avigneswaranwaran 2 ปีที่แล้ว +1

    Awesome

  • @llothar68
    @llothar68 9 หลายเดือนก่อน

    If i use NDK to run a C++ library, which service should i use to run the code out of process? Sometimes C++ crashs and i want them to take a service down but not the whole app. So i need to do the same as all webbrowsers do it.

  • @aymaneme96
    @aymaneme96 2 ปีที่แล้ว +1

    waaaaaaaaaaaaaaaaaaaaaaaaaw ma bro its amazing

  • @maliksoft3675
    @maliksoft3675 2 ปีที่แล้ว +1

    very nice thanks for this video.

  • @pietrolanuti2571
    @pietrolanuti2571 26 วันที่ผ่านมา

    in android 14 sdk version 34, when the app closes the foregroundservice also closes. Are there any solutions for this? Thanks

  • @hrishikeshpator3853
    @hrishikeshpator3853 ปีที่แล้ว +1

    Thank you❤

  • @marwenhammami9575
    @marwenhammami9575 ปีที่แล้ว +1

    Thanks

  • @AshooOffice
    @AshooOffice ปีที่แล้ว +1

    Thnks a lot

  • @yacoubasylla7358
    @yacoubasylla7358 2 ปีที่แล้ว +1

    Thank you very much

  • @NielAclag
    @NielAclag 2 ปีที่แล้ว +1

    thank you!!

  • @sandeepchauhan7918
    @sandeepchauhan7918 2 ปีที่แล้ว

    Very good explanation.

    • @sandeepchauhan7918
      @sandeepchauhan7918 2 ปีที่แล้ว

      @instagram I cant answer It. I have limited knowledge and experiance.

  • @Hanna-zj1gk
    @Hanna-zj1gk 2 ปีที่แล้ว

    This tutorial is very helpful. May I know how how to create second application which will run in the background service when first application is processing without interacting of first app?

  • @lucasmontec
    @lucasmontec ปีที่แล้ว

    I believe from what I read on google documentation, that there is no need to check if the service is running. Apparently, that was a bug.

  • @yusufmustari
    @yusufmustari 2 ปีที่แล้ว

    Thanks bro... very helpfull

  • @Hanna-ir6te
    @Hanna-ir6te 2 ปีที่แล้ว

    Thanks for this tutorial. May I know how how to create second application which will run in the background service when first application is processing without interacting of first app?

  • @habibmalim6178
    @habibmalim6178 2 ปีที่แล้ว +1

    so helpful thank you very much 😊
    does it work with all android versions specially oreo or higher ?

    • @Codeible
      @Codeible  2 ปีที่แล้ว +1

      Hello it should work for API 26 or higher.

    • @hamsakumar4535
      @hamsakumar4535 2 ปีที่แล้ว

      @@Codeible Any alternate service to run for below 26.

  • @androidlearners9163
    @androidlearners9163 2 ปีที่แล้ว +1

    Thanks alot bro

  • @musicjagot1632
    @musicjagot1632 11 หลายเดือนก่อน

    Android 12 & 13 How long will it be running Foreground service??

  • @sedatdemirtas9955
    @sedatdemirtas9955 2 ปีที่แล้ว +1

    Thanks

  • @moe_shah_0078
    @moe_shah_0078 ปีที่แล้ว

    How would you stop the foreground service?

  • @mediaatech7992
    @mediaatech7992 2 ปีที่แล้ว

    so thanks you bro

  • @mychannel-jb3zk
    @mychannel-jb3zk ปีที่แล้ว

    I understand that telegram had an unlimited open service in background, how it is posible?

  • @hometv8446
    @hometv8446 2 ปีที่แล้ว

    Very helpful

  • @derkeks814
    @derkeks814 2 ปีที่แล้ว

    Great Video! Is there a way to stop the Service by code?

  • @virgile8453
    @virgile8453 2 ปีที่แล้ว +1

    amazing

  • @alisheykhi9649
    @alisheykhi9649 2 ปีที่แล้ว

    great bro , but im looking for Bound service impl 🙂

  • @AnuragSingh-eb6of
    @AnuragSingh-eb6of ปีที่แล้ว

    How I can block wifi internet from using to a specific app in aops /os

  • @jaimitkumarpanchal7603
    @jaimitkumarpanchal7603 ปีที่แล้ว +1

    if service stops after few seconds then what to do?

    • @Codeible
      @Codeible  ปีที่แล้ว

      If the service stops, it could mean that the task is finished. If you want to keep it alive, you need to do something to keep the service alive like a while loop.

  • @67Diadem
    @67Diadem 2 ปีที่แล้ว

    After restarting the app background service is not displaying in the notification area. I have tested on my mobile. Please help 🥺

  • @tanmaysinghal8370
    @tanmaysinghal8370 2 ปีที่แล้ว

    For me only one notification was being created even without checking if the service is running already or not....

    • @mohdfaris9054
      @mohdfaris9054 2 ปีที่แล้ว

      Ready....hahahhah...manpussss

  • @cloner_8852
    @cloner_8852 2 ปีที่แล้ว

    I have created an alarm app in Android 11, but it does not work when the app is closed. Does anyone know where the problem is ??

  • @adnananik7586
    @adnananik7586 ปีที่แล้ว

    thanks

  • @Hong-Mu
    @Hong-Mu 2 ปีที่แล้ว

    useful

  • @nikhilsachan_cse7144
    @nikhilsachan_cse7144 ปีที่แล้ว

    There is no code for stopping foreground service

  • @gianmarioorru1808
    @gianmarioorru1808 2 ปีที่แล้ว

    the app works fine in the background, but if I want to use it in the foreground it crashes after about 7 seconds. I don't know why

    • @onuralagoz6531
      @onuralagoz6531 2 ปีที่แล้ว

      Use wake lock with no time limit to make foreground service work infinitely. But never forget that unnecessary amount of foreground service usage is a real battery killer

  • @gunturdarmawan1513
    @gunturdarmawan1513 2 ปีที่แล้ว +1

    U have udemy courses?

  • @jeremyheng8573
    @jeremyheng8573 2 ปีที่แล้ว

    Thank you for the sharing! Any idea we can get Firestore document update if our app is terminated?

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      Hello,
      Yes you can.

    • @jeremyheng8573
      @jeremyheng8573 2 ปีที่แล้ว

      @@Codeiblewhat method should we implement to update client document if app is terminated

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      @@jeremyheng8573 What do you mean? You can just update the document like normal using the Firebase API for Android.

    • @mohdfaris9054
      @mohdfaris9054 2 ปีที่แล้ว

      Hello good job.....nerka u all setan...nice...tqqqq

  • @cosovic14
    @cosovic14 2 ปีที่แล้ว

    Is there a way to have a foreground service without a notification ?

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      No, you need ir.

  • @ArturoDevA
    @ArturoDevA 2 ปีที่แล้ว

    fail when stop service and after 10 seconds enable

  • @harleenkaurarora1817
    @harleenkaurarora1817 2 ปีที่แล้ว

    If phone is idle mode background service is not working. How to do this??

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      You need to use foreground service.

    • @harleenarora5189
      @harleenarora5189 2 ปีที่แล้ว

      @@Codeible Example you have provided is with foreground service only right?

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      @@harleenarora5189 Both Foreground and Background.

  • @priyanshusahu8024
    @priyanshusahu8024 2 ปีที่แล้ว

    i cant able to receive broadcast after my app has been killed

  • @dfged9654
    @dfged9654 ปีที่แล้ว +1

    th-cam.com/video/bA7v1Ubjlzw/w-d-xo.html Here, the service is stopped. But the service is not explicitly stopped by calling stopService() or stopSelf() from within the service itself or by another component such as an activity or a broadcast receiver. I wonder why? Thx :)

  • @Nick-cx4rs
    @Nick-cx4rs ปีที่แล้ว

    Yo how this receiver working really we didnt even set registerReceiver()

  • @slcsb116
    @slcsb116 ปีที่แล้ว

    Can you make this in kotlin ?

  • @yeongshyhhaw9374
    @yeongshyhhaw9374 2 ปีที่แล้ว

    how to stop..

  • @pankajlagad3291
    @pankajlagad3291 2 ปีที่แล้ว

    How to keep running the service even we kill the app ?

    • @Codeible
      @Codeible  2 ปีที่แล้ว +2

      Create a foreground service - 3:43
      If you want to restart the service automatically, create a broadcast receiver - 11:12

  • @pewienktos1292
    @pewienktos1292 2 ปีที่แล้ว

    n1

  • @VoxLott
    @VoxLott ปีที่แล้ว

    Why so many ads dude? I watched sum of 1.5 mins ads whole through this video

  • @shafiqsadat37
    @shafiqsadat37 2 ปีที่แล้ว

  • @mdottech6502
    @mdottech6502 2 ปีที่แล้ว +1

    Awesome

  • @imadsaddik
    @imadsaddik ปีที่แล้ว

    Thanks

  • @samiulalim1230
    @samiulalim1230 2 ปีที่แล้ว

    Normally the codes working fine but when i add a webview in main activity then foground service stopped when apk closed. Is there any solution for it. I want to keep webview in my project and also want the foreground service

    • @Codeible
      @Codeible  2 ปีที่แล้ว

      Hi, should still work.

    • @samiulalim1230
      @samiulalim1230 2 ปีที่แล้ว

      @@Codeible not working after adding webview 😭😭