How to Send Notification in Android

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

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

  • @opiyobrian1801
    @opiyobrian1801 Год назад +14

    Your Video is clear, with android codes well zoomed and good explanation

  • @oracleuser-bh1sp
    @oracleuser-bh1sp 8 месяцев назад

    if you don't mind , the dark mode screen made hard to see all detail .
    this sample didn't tell all detail of Notif action , but cool .

  • @alidemirci7706
    @alidemirci7706 9 месяцев назад +6

    how can I do this automatically? For example I want it to push notification at 10pm whether the app is open or closed

  • @пашапарк-й6д
    @пашапарк-й6д Год назад +3

    Thank you, but i have a question. Where do you put the time of arrival of the notification?

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

      You can do the logic for that. This video shows just the way to show notification.
      According to the circumstances you have to create that

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

      on the NotificationCompat.Builder object you can add a ".setShowWhen(true)" to display the time of arrival of the notification, but for me it's on by default

  • @vidhan-dev
    @vidhan-dev 7 месяцев назад +1

    Thanks man That was helpful.

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

      Glad it helped

  • @cts3md
    @cts3md 11 месяцев назад

    Awesome tutorial, thanks for posting this! Very well paced and easy to follow!

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      Glad it was helpful!

  • @SangPenyeruOfficial
    @SangPenyeruOfficial 10 месяцев назад +1

    can u make backend to add more push notification ?

    • @CodesEasy
      @CodesEasy  10 месяцев назад +1

      Sure, new video coming soon

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

    Hello, i'm making an app that will read messages and will show notification if particular message is received. But i want to use it as a service... So that it can show even if the app is not in background, Could you please help with it.

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

      i would recommend you to use firebase to do this earlier. Or you can do it manually coding it also

    • @tiwarigaman
      @tiwarigaman 9 месяцев назад

      @@CodesEasyhow can we use manually

  • @underlord7119
    @underlord7119 6 месяцев назад

    Quick question. So if I have this app open on two devices and I send the notification from one devices, will the second device get the notification?

    • @jacksmith9044
      @jacksmith9044 6 месяцев назад

      im not an expert but if you have the app opened on one phone the notification will appear on that phone. But if the app sends a general notification to all users at the same time then both phones will receive them.

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

    thank you man the tutorial work great

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

      Happy that you liked the video

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

    Great video! Can you do the same thing with Kotlin language?

  • @sabbir2865
    @sabbir2865 9 месяцев назад

    How to I can show a notification like internet speed miter I ask many place like stokoverflow and other place no one anser this question plise help me

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

    Is there a way for multiple notifications to collect under the same panel?

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

      Sure you can adjust on this

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

    Thanx a lot sir ❤

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

    thank you
    make admin can in app send notification to user app
    how this ?

    • @CodesEasy
      @CodesEasy  Год назад +4

      You can, just create a php api and use google volley to fetch the results from api. Result should contain messages and notification status.
      If notification status is true show the message etc. Else don't show.
      We have tutorials on google volley, how to make api in php, and parsing Json data in android and also this video. Use these 4 videos from our channel and combine them. It's easy. Use our groups for help. 👍

  • @divakarsanadhya1376
    @divakarsanadhya1376 2 месяца назад +1

    Thank you sir , it helped me lot .❤❤

    • @CodesEasy
      @CodesEasy  2 месяца назад +1

      Glad to hear that

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

    Thank you man

    • @CodesEasy
      @CodesEasy  9 месяцев назад

      You're welcome!

  • @אילימדר-פ4ק
    @אילימדר-פ4ק 5 месяцев назад

    Does it have a broadcast?

  • @Mark-f8d4p
    @Mark-f8d4p Год назад

    Thank you ! I try to do onclick in fragmentMain, but it cannot work.Why?

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

      Join our discord or whatsapp group and ask your doubts, i don't understand your question

  • @juanjosemelendez3529
    @juanjosemelendez3529 3 месяца назад

    Gracias, me. ayudo mucho ¡¡

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

    Great video 💥🔥

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

    How to get a notification every time there is new data in the Firebase realtime database

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

      Firebase has many other ways to do this. Check docs

  • @iqrardemimus4763
    @iqrardemimus4763 4 месяца назад

    What if a notification appears when an activity occurs ?

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

    how to show notification when app is open