#3 Display Android notification at a particular time with Alarm Manager

Поделиться
HTML-код
  • Опубликовано: 30 авг 2019
  • In this Android development lesson, you are going to learn how to schedule and display a notification at a particular time in the device. You can use this if you want to remind the user or just pop a notification sometime in the future. We are going to use the Alarm manager to schedule the notification. We are also going to make use of a Broadcast receiver to display the notification.
    We are also going to create a notification channel so that the notification can be displayed on devices running Android 8.0 (API level 26) and above.
    Documentation: developer.android.com/trainin...

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

  • @federicoairola9571
    @federicoairola9571 4 года назад +33

    Thank you, you saved my project! This is the only way to get things work... I tried with Stackoverflow methods and even with other RUclips videos ways, but I always failed...

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

    Thank you so much, I have been having a lot of troubles with this since watching a lot of videos but when I watched yours it made it easier for me to grasp the concept.

  • @Wang_dadi
    @Wang_dadi 3 года назад +2

    Very useful tutorial, you can't imagine how much I appreciate it. Subbing right now.

  • @philipdanielgonzales9058
    @philipdanielgonzales9058 4 года назад +11

    I tried creating this kind of function in a real phone. It only works when the app is in the background. It does not work when you close the app (and I mean remove the app from the background process).

  • @oderalon
    @oderalon 3 года назад

    I've been struggling to accomplish this for weeks. Reading documentation. Following instructions. Updating and even reinstalling Android Studio. But every time, there was something that didn't work. And now in five minutes you helped me solve the problem! It works perfectly now. 😌

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

    Literally saved me, I have been searching for this for days. Can't thank you enough!

  • @dhrutic1495
    @dhrutic1495 3 года назад +1

    This is what exactly I needed... Thanks for the amazing tutorial. Cheers!!!

  • @vpsaxman
    @vpsaxman 3 года назад +1

    Very clear and concise. Thank you!

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

    Perfect! Exactly what I needed!

  • @Zekeziel-Reacts
    @Zekeziel-Reacts 3 года назад +1

    Thanks a million, this really helped me understand how reminders worked for a project I was working on.

  • @julietarodriguez7948
    @julietarodriguez7948 4 года назад +3

    Thank you man, i had a similar code and was not working because of a channel setup issue that i figured out thanks to your explanation.

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

    Excellent explanation, very straightforward. Thanks! :)

  • @emremuslu7763
    @emremuslu7763 3 года назад +1

    Thank you so much! I found what I was looking for in this video.

  • @botrosyoussef3912
    @botrosyoussef3912 3 года назад

    You are awesome, too the point. I love your way of teaching.

  • @BOFFNE
    @BOFFNE 3 года назад

    This is ace, thank you so much!

  • @Ash-td4sx
    @Ash-td4sx 3 года назад +2

    It's not notifying when i kill the app from recent/background app.. but you showed it still notifies when app is killed from recent/background apps.

  • @CodingDyan
    @CodingDyan 4 года назад

    You're the best man! :)

  • @bhggvghfg1075
    @bhggvghfg1075 4 года назад

    Thanks man, ur the best !!!

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

    Good job! it really help me to complete my assignment. TYSM!!

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

    Excellent video and thank you!