Local Notifications in Android - The Full Guide (Android Studio Tutorial)

  Рет қаралды 54,802

Philipp Lackner

Жыл бұрын

With notifications, you can show an information to the user when your app is not active and encourage them to do some action like opening your app. In this video you'll learn how you can show such notifications in Android.
⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:
pl-coding.com/premium-courses?
Subscribe to my FREE newsletter for regular Android, Kotlin & Architecture advice!
pl-coding.com/newsletter
Join this channel to get access to perks:
kzbin.info/door/KNTZMRHPLXfqlbdOI7mCkgjoin
Get the source code for this video here:
github.com/philipplackner/NotificationsGuide
Join my Discord server:
discord.gg/cwQbmUstEu
Regular programming advice on my Instagram page: _philipplackner_
Checkout my GitHub: github.com/philipplackner
You like my free content? Here you can buy me a coffee:
www.buymeacoffee.com/philipplackner

Пікірлер: 61
@frukoyurdakul
@frukoyurdakul Жыл бұрын
Good video for a tutorial! I would like to mention something that I've experienced about 2 weeks ago while dealing with foreground services, which also requires notifications so I thought this would be a nice place to mention. As of 2022-08-03, starting from API 33 (Android 13 Tiramisu), you will need to ask a runtime permission for notifications which the user will be able to deny. If that happens, you won't be able to post notifications. That includes creating notification channels as well. I had a habit of creating the channel right before posting the necessary notification before. But on API 33, the system prevents the app from creating a valid channel that you could post your notifications on if user denies the permission. That effectively prevents you from posting notifications for foreground services as well (the documentation states it will permit calling startForeground with a valid notification but actually doesn't if the permission was denied and channel was not created beforehand.) But, before asking the permission, you can create a notification channel, then the system will not post it when startForeground is called but it will not crash even if the user denies the permission afterwards. So, create your notification channels in application class, devs! Just wanted to mention it here.
@original_anu
@original_anu Жыл бұрын
This permission requirement is a headache. Many people might dismiss it unintentionally and might now know how to re-enable it from App info
@Sam-yb9ut
@Sam-yb9ut Жыл бұрын
Very helpful. I love this channel because I think this is one of the channels which are has up-to-date information. Most of the other Android channel videos are very old. Appreciate the level of free content which is provided. Thank you.
@ishantsharma16
@ishantsharma16 Жыл бұрын
Please upload push notification video also and how to manage push notification when app is open
@lyawileh.a8741
@lyawileh.a8741 Жыл бұрын
This is the perfect video I was looking for. Thanks very much.
@ubersticks
@ubersticks Жыл бұрын
Thanks Philip. Nice, quick tutorial.
@tanveerhaiderjafri4133
@tanveerhaiderjafri4133 10 ай бұрын
Thanks for mentioning in advance that, its all about locah notifications and not about push notifications. You also explaing difference between push and local notification. good work bro.
@bortolex
@bortolex Жыл бұрын
Thank you! Really nice and understandble tutorial!
@ahmedassas5065
@ahmedassas5065 Жыл бұрын
Please explain to us about sending at a specific time by jobscheduler
@KingFuYouTube
@KingFuYouTube Жыл бұрын
Philipp Lackner I have been watching every single tutorial video you published. Furthermore, I really like your videos and I would love to see more. Moreover, I hope that you will do a video on foreground service soon. Thank you for your hard work.👍
@osisuper98
@osisuper98 Жыл бұрын
He’s done it before in one of his old videos.
@wahyukoco4562
@wahyukoco4562 Жыл бұрын
wow! you actually solve my problem! i kinda regret not watching this earlier when found a bug in notification :(
@Dibyendu.M
@Dibyendu.M Жыл бұрын
Thank you brother. This video is very helpful. Love from India. ❤
@jarvis2913
@jarvis2913 Жыл бұрын
Very Informative thanks for notifications guide
@akthamahmed2171
@akthamahmed2171 Жыл бұрын
Always Awesome tutorial thanks you 🌹
@yuruar
@yuruar Жыл бұрын
Another great video, thanks!
@dkakqlql
@dkakqlql Жыл бұрын
Nice video! I refer to your videos often. Thanks. Can i ask how to create android project templates like initial source code you given? Have a nice day 😊😊
@AliouneDupuy
@AliouneDupuy Жыл бұрын
👍 great video. Thanks!
@tmjromao
@tmjromao Жыл бұрын
Hello Philipp L. many thanks for another informative and well explained video. Could you explain how to load a static json file from assets folder to a data class in viewmodel context? Using Moshi or other solution. Soon joining the community, thanks, best regards
@denisk3852
@denisk3852 Жыл бұрын
Thank you! How about video for WearOs app with Compose? How to connect an app with watches?
@Jurica-mtb
@Jurica-mtb Жыл бұрын
Hi! I would like to know if there is a way to improve the use of Android navigation app which would notify users by screen flashing, vibrating or maybe sending warning to an external device which would sit in user's pocket when user is approaching to waypoints specified inside a ?.gpx file. Here's why: when riding a motorcycle during sunny days the mobile screen reflects the sunshine and it is hard to see a waypoints on display and riders can't hear the phone's sounds. I guess screen flashing would be the best way to warn/notify riders. So far I liked OsmAnd app for navigation. If it could display warnings as I described it would be great because available voice prompts are kind of useless.
@aurere1612
@aurere1612 Жыл бұрын
Hello, thanks for this video ! How can we make the notifications display as heads-up ?
@canaldobiel2105
@canaldobiel2105 Жыл бұрын
thanks a lot excelent explanation
@sohaibkhan3279
@sohaibkhan3279 Жыл бұрын
very informative
@theevan3867
@theevan3867 Жыл бұрын
Thank you!
@mohamadalighezelbashyan4482
@mohamadalighezelbashyan4482 Жыл бұрын
Can we put createNotificationChannel method in dependency injection instead of the "MyApp" class?
@yeyaanshkit
@yeyaanshkit Жыл бұрын
Please create a whole new series of Android Development (Kotlin) for Beginners Please... Love you from India🇮🇳🥰🥰🥰
@kamanchomorgan9655
@kamanchomorgan9655 Жыл бұрын
Pleased make video about bottom navigation with compose destinations
@khangchow5694
@khangchow5694 Жыл бұрын
Hi Philips, I wonder if we can pin a notification on top without make it heads up (setting priority high)
@kirwakelvinkering3122
@kirwakelvinkering3122 Жыл бұрын
Thank you so much .assume we are loading data from the bacend server ,how can we keep the user notofied even when the app js closed .thank you Philip .🙏
@movieschannel654
@movieschannel654 Жыл бұрын
Hey Philipp Lackner - Can you please help me with test cases on Sealed classes?
@haykmkrtchyan7093
@haykmkrtchyan7093 Жыл бұрын
I'm sure you'll get 100K subs 😁
@bradley123225
@bradley123225 Жыл бұрын
Can you do a fcm push notification tutorial please.
@motivationsondemand
@motivationsondemand Жыл бұрын
Please explain How to shedule notfication for every day at a specific time
@RaHuLSiNgH-gt4im
@RaHuLSiNgH-gt4im Жыл бұрын
The background power consumption manager feature is killing the notification after running for a few minutes (especially this feature in vivo models). Put some light on this.
@911_Shorts
@911_Shorts Жыл бұрын
is there any video for background notification?
@rogercolque
@rogercolque Жыл бұрын
about runtime permssion app for notification appear in Android 13. even if is local notificacions need that righT?
@anhemcoder4745
@anhemcoder4745 9 ай бұрын
I have 3 routes: Home(), Product(), ProductDetail(). . When my app is not running. I sent a notification from firebase, my phone received the notification. When I open the notification I want it to lead to ProductDetail(), but now when I open it it only leads to the Home() route. When the application is running and receives a notification, the above behavior leads to the ProductDetail()--> route (What I want). Can you tell me how to fix it or what keywords to search for? Thanks
@shreyashachoudhary480
@shreyashachoudhary480 Жыл бұрын
Thanks man! . . Still waiting for MacBook give away 😅
@olavgausaker1
@olavgausaker1 4 ай бұрын
Thanks for a great video, but I can't manage to get the notification to appear. Any ideas?
@mustafaammar551
@mustafaammar551 Жыл бұрын
you are the best
@abdirahmanhassan707
@abdirahmanhassan707 Жыл бұрын
Hey can you make a tutorial for increasing push notification for Android the maximum is 24 can you make it to 50 or 80 I like using Twitter but I only get 24 maximum.
@jabbarpanggabean
@jabbarpanggabean Жыл бұрын
I want to buy your premium class bundle, but I'm still a student. Do you have any promo code?
@noxhirecords
@noxhirecords Жыл бұрын
I was only missing to add the Notification Channel reference in the NotificationCompat.Builder(context, CHANNEL_ID). Thanks :D
@Vword
@Vword Жыл бұрын
what is the difference between the priority in the notification channel and in the notificationcompat builder?
@victorlapin2080
@victorlapin2080 Жыл бұрын
All lights/vibrations/priority stuff in notification builder refers to lower sdk versions, when notification channels weren't a thing. On higher sdk, if there's a notification channel, all settings should be set in there
@dennis4521
@dennis4521 2 ай бұрын
What if we want a button just to dismiss it? Is there a way of doing that?
@codeforandroid
@codeforandroid Жыл бұрын
Nice video
@PandaTop.
@PandaTop. Жыл бұрын
Дякую!
@hossamqandel5638
@hossamqandel5638 Жыл бұрын
hi philip.. i wanna ask you about something but first let me tell small secret " You are a gift from heaven for Android application programmers my quistion is if i am implementing FCM and i received newMessage.. how can i handle this newMessage to work only when user on foreground service? the problem is fcm extended class show notification even app closed or not and fcm class dont have foreground funcation
@martinseal1987
@martinseal1987 Жыл бұрын
Can you add full screen notifications
@ankitverma3932
@ankitverma3932 Жыл бұрын
I don't think that is possible
@kishorramani007
@kishorramani007 Жыл бұрын
KTOR full tutorial
@commenter-cl4gl
@commenter-cl4gl Жыл бұрын
What about send notification without firebase?
@PhilippLackner
@PhilippLackner Жыл бұрын
What do you mean? This video shows exactly that
@commenter-cl4gl
@commenter-cl4gl Жыл бұрын
@@PhilippLackner im sorry, i mean i watched your video build chat app using mongoDB and Ktor, can you make videos push notif when the chat come in and notif will show
@jagat.jeeban
@jagat.jeeban Жыл бұрын
@@PhilippLackner Please make a video about sending push notifications with firebase...like in a chat app when someone send a msg the notification will show up in the notification bar.
@ankitverma3932
@ankitverma3932 Жыл бұрын
@@jagat.jeeban There is already a video about sending push notification in this channel.
@KeibolStraiker
@KeibolStraiker Жыл бұрын
Not full guide if you don´t show how to receive the notification when app is closed.
@ChrisAthanas
@ChrisAthanas Жыл бұрын
To pass a bundle with the intent, you will need to use the flags: PendingIntent.FLAG_CANCEL_CURRENT or PendingIntent.FLAG_UPDATE_CURRENT, otherwise the extras are ignored. Unkown why, just like a lot of android strangeness, it will remain a mystery.
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 161 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 13 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27