BROADCAST RECEIVERS - Android Fundamentals

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

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

    This 8 minutes video covered three important topics: broadcast receivers, memory leaks and intents filters. Highest standard of teaching! Bravo!

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

    Yes. This video was an example of how to make a tutorial on something. Straight to the point. Showed all the code. Did not waste time on xml and other irrelevant parts. This was nice.

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

      Thanks for that feedback, that makes me happy and I'm glad it helped you🙏

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

    I watched all of ANDROID FUNDAMENTALS FOR BEGINNERS. Enjoyed every lesson and learned alot.

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

    I finally made it through the complete playlist. Great job!!!. man, my confidence level has grown because of this and the Kotlin Fundamentals playlist.

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

    This video is very informative and Straight to the point. Zero time waste.

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

    I have learn a lot from this fundamental playlist, thank you :)

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

    Thanks for your course. So valuable content! From scratch i learned fundamentals, now i'm going to do something more complex. Your channel will help me!

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

    I finish all the video about fundamentals today.
    Celebration!

  • @m.novalhidayat1893
    @m.novalhidayat1893 ปีที่แล้ว

    Thank you, I got a lot from your tutorials!

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

    Thanks Phillip, this was 100% helpful.

  • @ЮліяЛіщук-ч3л
    @ЮліяЛіщук-ч3л 3 ปีที่แล้ว +1

    Thank you so much for this great playlist) You are really good at teaching

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

    Thank you for this great playlist

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

    VERY NICE SERIES

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

    Thanks Phillip for this amazing effort

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

    what playlis should i learn next after this ? maybe you can give us the roadmap for your playlist sir

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

    I don't know about others, but I have to add the IntentFilter in onStart(), to make the Broadcast Receiver run. Also, can we define multiple dynamic Broadcast Receivers in the same manner. Please let me know.

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

    Thanks for uploading this video.

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

    Great vid again bud

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

    Nice explanation sir, can I get any documentation or like pseudo code that what we need to do step by step?

  • @patilpatade
    @patilpatade 21 วันที่ผ่านมา

    is it worth to watch this playlist now..cause, this playlist had been uploaded years ago. plz reply

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

    Very useful video. But there's one thing I can't get. In your example broadcast receiver wouldn't be working if we minimise the app and go back to it. In our case BR registers only in onCreate() method, but activity doesn't get destroyed after minimising and method onCreate() wouldn't be recalled, therefore BR wouldn't be register. Probably we should register BR in onStart() or onResume()? Or I am wrong?

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

    Hello Philipp, great video. Just a suggestion: video tutorials are usually kept as short as possible, so do you think that maybe you could put a list of things that may be important in a certain topic if they are not covered in your tutorial due to time constraint?

  • @newlife-vx9vz
    @newlife-vx9vz 4 ปีที่แล้ว +1

    Hello, Merry Christmas! Thank you for sharing your knowledge. Can Broadcast Receiver be used to programmatically read other apps such as Messenger, Viber and Whatsapp ? .. without opening the respective app (of course with user permission). Thank you for acknowledging my question.

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

    Great video!!

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

    So basically in MainActivity we implement IntentFilter to be allowed to get such information from the system, also we registerReceiver to make it work if ACTION_AIRPLANE_MODE_CHANGED -> then let it know to AirplaneModeChangedReceiver and Toast the expression
    Is it true? :)

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

    I understand everything but the part where you click airplane mode on the phone it send out the broad cast, for beside of naming the broadcasting class as AirPlaneModeChangeReceiver, the class is inheriting from broadcast receiver class., how is the Platform going to know if the getBooleanExtra("state") is going to return whether the airplane mode is turned on when you didn't specify anything about it.

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

    I have a question, can I make a Brodcast Reciever on Project Type "Plugin" or it will not work?
    I am a bit confused because I am trying to build flutter app which interact with android native but I am getting a lot of Invalid Reference complier Errors when I tried to call a plugin Class from Flutter.
    However I am watching currently this Android Fundementel Serie, hopping to find something that helps me to know what I am doing wrong.

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

    May I ask where to initialize broadcast receiver correctly? In application class , activity ,maby flow fragment ?

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

    Hello, great video 👏
    How can i keep the broadcast receiver run in background when i kill the apps?

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

      Only possible with static receivers that you need to declare in the manifest. And as I said in the video, most broadcast events don't work with static receivers anymore, you can find more information about that in the android documentation

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

      Alternatively is to register the broadcast receiver in your custom Application subclass. Because your Application subclass will survive as far as your app is alive in memory (even when in the background) Android will invoke this registered receiver.

    • @thoriqulazis7046
      @thoriqulazis7046 4 ปีที่แล้ว

      Thanks 🙌

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

    Does this channel only cover material in kotlin, exclusively?

  • @fahrican9708
    @fahrican9708 4 ปีที่แล้ว

    good explanation, thanks!

  • @manos1779
    @manos1779 4 ปีที่แล้ว

    bro why stopped? continue this series bro ,it is toooooooooooooooooooooooooooooooooo good.

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

      Thanks, it stopped because all the android basics are coverd

  • @HyperActive94
    @HyperActive94 4 ปีที่แล้ว

    you are very awesome sir thanks 🙏

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

    Do you know how to access call events using broadcast receiver? From android 10 onwards, it’s throwing READ_PRIVILEGED_PHONE_STATE issue. Any help is appreciated.

  • @hredaysagar7232
    @hredaysagar7232 3 ปีที่แล้ว

    Bro please complete the whole series

  • @kananhasanli1512
    @kananhasanli1512 4 ปีที่แล้ว

    Hello Bro , I would have a question for you , I want the picture to change on the screen after I close the wifi, for example another picture when wifi is active, another picture when wifi is disabled, how can I do it, I will be very happy if you help.

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

    what is the next playlist we should watch after finishing this one ?

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

      Hey what did u watch after this?

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

    А можешь пожалуйста , записать урок по внедрению зависимостей hilt?

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

      you need to write English on this channel, lol bro.

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

    nice video

  • @bjugdbjk
    @bjugdbjk 3 ปีที่แล้ว

    Hi, these broadcast receivers work on Android 10 ?, I guess because of new background restrictions they are absolute, please advise.

  • @parminderpalsingh8695
    @parminderpalsingh8695 3 ปีที่แล้ว

    How to build broadcast receiver for incoming call?

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

    Does this series end here?

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

    Is this Series complete??

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

    Ayoooo I completed this android fundamentals and kotlin newbie to pro alsoo. Let's gooo
    By the way What do i do now?

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

    thanks mate

  • @jishnunkrishnan5783
    @jishnunkrishnan5783 3 ปีที่แล้ว

    Thank You

  • @swapnilbhojwani5587
    @swapnilbhojwani5587 4 ปีที่แล้ว

    Bro from where you learnt android??

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

      All over the internet, TH-cam and Google

  • @andyal868
    @andyal868 4 ปีที่แล้ว

    Why in this line : lateinit var receiver : AirplaneModeChangedReceiver
    there is no "()" ? AirplaneModeChangedReceiver is a class and I thought must include ()

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

      It is kotlin, that is defining a type of variable, not instantiating an object. It is instantiated manually inside onCreate

  • @shreyashchoudhary7413
    @shreyashchoudhary7413 3 ปีที่แล้ว

    Epic!

  • @swatisingh2639
    @swatisingh2639 4 ปีที่แล้ว

    in this playlist you didn't talked about networking

    • @kalibra2121
      @kalibra2121 3 ปีที่แล้ว

      he covered pretty much all the basic concepts in android :-? i don't think it's a good idea to get into Retrofit in a Android FUNDAMENTALS course :)))

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

    onreceive, intentfilter, registerreceiver

  • @priyamvashi2187
    @priyamvashi2187 3 ปีที่แล้ว

    Thank you