AlarmManager in Android Studio || Notification using AlarmManager is Android Studio || 2023

Поделиться
HTML-код
  • Опубликовано: 8 июл 2023
  • AlarmManager in Android Studio || Notification using AlarmManager is Android Studio
    Source Code :
    / discord (Type #132 in "auto-source-code" channel)
    or
    DM on Instagram: / foxandroidblog
    Documentation : developer.android.com/guide/t...
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    Equipment I Use to Make My videos:
    📱 Phone -: amzn.to/3px6ucS
    🎧Earphones -: amzn.to/3JecI98
    🎙️Mic - : amzn.to/310u7Rp
    🎙️Mic - : amzn.to/3He96SW
    🔊Speakers - : amzn.to/3Hgfzg8
    💾External HardDrive - amzn.to/3JoRzZV
    💻 My PC build: www.amazon.in/shop/foxandroid
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to implement notification using Alarm manager in Android studio
    Firestore Data to Recyclerview
    • Firestore Data to Recy...
    Recyclerview in Android Studio
    • Recyclerview in Androi...
    Filter Recyclerview using Search View
    • Filter Recyclerview us...
    Firestore Data to Recyclerview using Kotlin
    • Firestore Data to Recy...
    How to Send an Email via Intent
    • How to Send an Email v...
    How to Zoom Imageview in Android Studio
    • How to Zoom Imageview ...
    #Alarmmanager #androidstudio #notification
  • НаукаНаука

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

  • @user-uz8qe7pf6t
    @user-uz8qe7pf6t 6 месяцев назад +1

    Sir really need your help in one thing how can we set an alarm on a day which is after a week or after 10 days. What are the additional things i should add to the code please help

  • @HaniStudio
    @HaniStudio 5 месяцев назад

    kindly make video on multiple task and show in list view and we cancel or edit task

  • @octaviocuautle8181
    @octaviocuautle8181 4 дня назад

    It isn't working. I don't know why

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

    Sir last pr mari app crash hu rhi h koi output show ni kr rhi koi error b ni hai please 🥺 btai mai kea kro yai mara project h apki video bht help full thi mary liay

  • @efeeeeee212
    @efeeeeee212 11 месяцев назад +1

    clear! i love to you use still java thank you

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

    Your provided code in this video is mostly incorrect.

  • @zohaib-ox8cs
    @zohaib-ox8cs 3 месяца назад

    Bahi kindly destination Activity ka code too bta dayyy😕😕

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

    Sir source code k liay install kr li app discord but code kasy mily ga😢

  • @Ayushsharma-qc7qx
    @Ayushsharma-qc7qx 9 месяцев назад

    Bahi destination Activity ka code to dikha dete

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

    Please Make Video On (Java) Work Manager - OneTimeReqest, PeriodicRequest, & Chaining
    ???
    Can you please make video on how to create android service app without UI. I mean headless app or an app that doesn't have a UI to launch. Like many other android apps that are basically running in the background as a only service

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

    thank you
    work on api 33 android 13 ?

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

    please make videos in kotlin it will be more beneficial❤ thanks

  • @tanphatnguyen9047
    @tanphatnguyen9047 4 месяца назад +1

    i cant set flag=0

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

      use pendingIntent.FLAG_IMMUTABLE

    • @zohaib-ox8cs
      @zohaib-ox8cs 3 месяца назад

      pendingIntent = PendingIntent.getBroadcast(this,0,intent, PendingIntent.FLAG_IMMUTABLE);

  • @harshwavikar99
    @harshwavikar99 11 месяцев назад +1

    Bro its 2023, kotlin is official language announced by google in 2017, you can't use coroutines and compose using using JAVA. Your efforts are commendable but its not helping.

    • @ahmedkhabar
      @ahmedkhabar 11 месяцев назад +6

      There is who start learning the android development right now and the java will help them to understand a lot more than Kotlin.

    • @OdaManjiro
      @OdaManjiro 7 месяцев назад +1

      @@ahmedkhabar It does! I have to use it for a class. Unfortunately everyone seems to teach to do flag: 0 for pending intent which doesn't work with the current build of Android Studio and the APK it seems.

    • @zohaib-ox8cs
      @zohaib-ox8cs 3 месяца назад

      pendingIntent = PendingIntent.getBroadcast(this,0,intent, PendingIntent.FLAG_IMMUTABLE);@@OdaManjiro