Understanding and Using Services in Android: Background & Foreground Services

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • If you find this video helpful, please Like, Share, and Subscribe to support the channel!
    Download project: codeible.com/coursefiles/andr...
    View article on Codeible.com: codeible.com/view/videotutori...
    Hello, in this video, I will show you how to utilize Background and Foreground Services in Android.
    There are 3 types of services in Android - Background, Foreground, and Bound. Each of these terms are misleading because it is not describing the behavior of how each service are used, but it is describing how they are terminated.
    For Android Developers, a Service is a component that runs on the background to perform long-running tasks.
    A Background Service is a service that runs only when the app is running so it’ll get terminated when the app is terminated.
    A Foreground Service is a service that stays alive even when the app is terminated.
    And a Bound Service is a service that runs only if the component it is bound to is still active.
    0:00 - Start of video
    0:12 - Background, Foreground, and Bound Services
    0:50 - Creating and Demoing Background Services
    3:42 - Creating and Demoing Foreground Services
    11:12 - Restarting a Foreground Service on Device Reboot using BroadcastReceiver
    Support Codeible on Patreon!
    / codeible
    Reddit:
    / codeible
    Follow on Pinterest:
    / codeible
    Follow on Instagram:
    / codeibleig
    Follow on Twitter:
    intent/follow?ori...

Комментарии • 112

  • @roman71717
    @roman71717 2 года назад +5

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

  • @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

  • @truthonly_
    @truthonly_ 2 года назад +5

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

  • @teladoum9
    @teladoum9 Год назад

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

  • @itallstartedwhen
    @itallstartedwhen 2 года назад +5

    Best video on the topic on RUclips, so well explained 😍😍😍😍😍😍😍😍

  • @lubuntumleto5052
    @lubuntumleto5052 Год назад +3

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

  •  2 года назад +4

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

  • @strawberryinc.2275
    @strawberryinc.2275 Год назад +3

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

  • @satwikkar7761
    @satwikkar7761 2 года назад +1

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

  • @drakohgaming5131
    @drakohgaming5131 7 месяцев назад

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

  • @ravindrashekhar4419
    @ravindrashekhar4419 Год назад +1

    Clear Cut simple and Illustrative video, good for starters.

  • @involved1984
    @involved1984 9 месяцев назад +1

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

  • @onwodoh
    @onwodoh Год назад

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

  • @georgenady7375
    @georgenady7375 2 года назад +1

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

  • @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.

  • @joshuantw
    @joshuantw 2 года назад +1

    Awesome video my dude. Really clear.

  • @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

  • @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 ..

  • @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...

  • @MauricioSouza-93
    @MauricioSouza-93 3 месяца назад

    Great explanation!! Thanks!!

  • @asimjmi2010
    @asimjmi2010 2 года назад +1

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

  • @TupolevSlaVTuber
    @TupolevSlaVTuber Год назад +1

    nice tut crystal clear and spot on

  • @shubhm_agarwal
    @shubhm_agarwal 2 года назад +1

    Great explanation helped me a lot.
    Hence subscribed.

  • @petermolnar6017
    @petermolnar6017 7 месяцев назад

    Thanks for this great video!

  • @suche_cz
    @suche_cz 2 года назад +1

    Thank you, this video was really usefull

  • @myhealthobs5290
    @myhealthobs5290 Год назад +1

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

  • @explorer1125
    @explorer1125 Год назад +1

    Very good explanation..!!👏

  • @D-Coder440
    @D-Coder440 11 дней назад

    Osm! Thank you bro for this helpful video

  • @yusufmustari
    @yusufmustari 2 года назад

    Thanks bro... very helpfull

  • @maliksoft3675
    @maliksoft3675 2 года назад +1

    very nice thanks for this video.

  • @alexmercerind
    @alexmercerind 7 месяцев назад

    Very useful!!!

  • @kemaldeveli8195
    @kemaldeveli8195 2 года назад +1

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

  • @vr_connoisseur
    @vr_connoisseur Год назад +1

    nice video, helped me so much!

  • @yacoubasylla7358
    @yacoubasylla7358 2 года назад +1

    Thank you very much

  • @LasWegas
    @LasWegas Год назад +2

    Great!

  • @hrishikeshpator3853
    @hrishikeshpator3853 Год назад +1

    Thank you❤

  • @NielAclag
    @NielAclag 2 года назад +1

    thank you!!

  • @androidlearners9163
    @androidlearners9163 2 года назад +1

    Thanks alot bro

  • @hometv8446
    @hometv8446 2 года назад

    Very helpful

  • @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

  • @sedatdemirtas9955
    @sedatdemirtas9955 2 года назад +1

    Thanks

  • @codingfeed9206
    @codingfeed9206 2 года назад +1

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

  • @NghiaNguyen-hn5st
    @NghiaNguyen-hn5st 2 года назад +1

    its amazingg thanks you

  • @mediaatech7992
    @mediaatech7992 2 года назад

    so thanks you bro

  • @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?

  • @avigneswaranwaran
    @avigneswaranwaran 2 года назад +1

    Awesome

  • @AshooOffice
    @AshooOffice Год назад +1

    Thnks a lot

  • @imadsaddik
    @imadsaddik Год назад

    Thanks

  • @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?

  • @mdrashid6002
    @mdrashid6002 2 месяца назад

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

  • @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?

  • @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();
    }
    });

  • @sandeepchauhan7918
    @sandeepchauhan7918 2 года назад

    Very good explanation.

    • @sandeepchauhan7918
      @sandeepchauhan7918 2 года назад

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

  • @virgile8453
    @virgile8453 2 года назад +1

    amazing

  • @adnananik7586
    @adnananik7586 Год назад

    thanks

  • @llothar68
    @llothar68 8 месяцев назад

    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

  • @Hong-Mu
    @Hong-Mu 2 года назад

    useful

  • @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 ??

  • @AnuragSingh-eb6of
    @AnuragSingh-eb6of Год назад

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

  • @musicjagot1632
    @musicjagot1632 10 месяцев назад

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

  • @moe_shah_0078
    @moe_shah_0078 Год назад

    How would you stop the foreground service?

  • @derkeks814
    @derkeks814 2 года назад

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

  • @67Diadem
    @67Diadem 2 года назад

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

  • @alisheykhi9649
    @alisheykhi9649 2 года назад

    great bro , but im looking for Bound service impl 🙂

  • @mychannel-jb3zk
    @mychannel-jb3zk Год назад

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

  • @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.

  • @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.

  • @ArturoDevA
    @ArturoDevA 2 года назад

    fail when stop service and after 10 seconds enable

  • @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

  • @tanmaysinghal8370
    @tanmaysinghal8370 2 года назад

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

  • @priyanshusahu8024
    @priyanshusahu8024 2 года назад

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

  • @slcsb116
    @slcsb116 Год назад

    Can you make this in kotlin ?

  • @dfged9654
    @dfged9654 Год назад +1

    ruclips.net/video/bA7v1Ubjlzw/видео.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 :)

  • @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 Год назад

      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

  • @cosovic14
    @cosovic14 2 года назад

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

    • @Codeible
      @Codeible  2 года назад

      No, you need ir.

  • @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.

  • @Nick-cx4rs
    @Nick-cx4rs Год назад

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

  • @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

  • @nikhilsachan_cse7144
    @nikhilsachan_cse7144 Год назад

    There is no code for stopping foreground service

  • @yeongshyhhaw9374
    @yeongshyhhaw9374 2 года назад

    how to stop..

  • @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.

  • @pewienktos1292
    @pewienktos1292 2 года назад

    n1

  • @shafiqsadat37
    @shafiqsadat37 2 года назад

  • @VoxLott
    @VoxLott Год назад

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

  • @mdottech6502
    @mdottech6502 2 года назад +1

    Awesome

  • @marwenhammami9575
    @marwenhammami9575 Год назад +1

    Thanks

  • @samiulalim1230
    @samiulalim1230 Год назад

    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  Год назад

      Hi, should still work.

    • @samiulalim1230
      @samiulalim1230 Год назад

      @@Codeible not working after adding webview 😭😭