This is the best best best ever, the ONLY working tutorial I have found about notifications and the new(not so new) update such that we need notifications channel to use a notification. THANK YOU SO MUCH, hope that my like and subscribe will help u in any little way. As a beginner coder, i thank you so much.
Bro U won't believe i spend a week to create a notification 😒by seeing different tutorials. Finally i found out your video. this is simply awesome and it is working. Moreover we can reuse it in our application wherever it needs..Ur way of teaching is simply awesome😎😉. Keep doing like this... one very small query i am having its regarding pendingIntent. whenever a click is made on the notification it is redirecting to my app but couldn't use my full app . eg: i am having 5 activity with parental activity(back button).in my 3rd activity i am keeping this notification button . when i pressed back button it should come to 2nd activity instead my app got closed🤷♂️. you have any idea on this
Because ur of the activity stack, since ur pending intent might be directly to 3 rd activity so the 1/2 activity are not there in the stack so when u press back button then instead of popping it closes ur app
@@mafiacodes Thanks for your quicky reply👌 and sorry for my late response.. yes u were right i used TaskStackBuilder and it solved my purpose. i learned new topic because of you. Thanks a lot😊✌
Awesome video.👍 I have a problem, My android studio is updated to 3.5 version which is using AndroidX and i am getting a big problem related to navigation drawer. I am selecting navigation drawer template at starting but i am unable to understand what's going on and after run the codes the nav drawer items are also not responding, drawer is not scrollable as well on the device. Please please help.
The issue is resolved. There is an issue in v3.5 with xml file. If we auto format them the palaces of elements got changed, and my drawer layout is basically goes behind the main activity. That's why its got disabled. Now its working fine. But i have a request please make a video on that, and I want to know what is fragments with viewmodel, because in pre defined template it takes all of them, because its very difficult to implement everything from scratch while working live we have to take care of time and have to use predifine templates. As well as can you please share some knowledge about new version and new concepts like AndroidX. Sorry my list of request is getting long and long 😁. But can you please help me how to add bottom navigation on activity which have drawer navigation. Plz reply. Thank you.
View Model | Live Data | Android Jetpack | Android Studio 3.1.2 th-cam.com/video/i22jxmIh_EE/w-d-xo.html Watch this video to understand the concept of view model and live data
This the only channel where I always get the valid video of android development. You are genius brother. Many many love from Bangladesh. 🇧🇩🇧🇩🇧🇩❤️❤️❤️
I've been searching all over the place for an explanation as simple as this. Thank you.
LIKED and SUSCRIBED
This is the best best best ever, the ONLY working tutorial I have found about notifications and the new(not so new) update such that we need notifications channel to use a notification. THANK YOU SO MUCH, hope that my like and subscribe will help u in any little way. As a beginner coder, i thank you so much.
Thank you, I am glad that you like the content 🙂
This is the best video on Notification. Thanks for making this video.
Subscribe like share 😊
Thanks bro.. Just one query.. by this method can we send notifications from one device to another device?
Bro U won't believe i spend a week to create a notification 😒by seeing different tutorials. Finally i found out your video. this is simply awesome and it is working. Moreover we can reuse it in our application wherever it needs..Ur way of teaching is simply awesome😎😉. Keep doing like this... one very small query i am having its regarding pendingIntent. whenever a click is made on the notification it is redirecting to my app but couldn't use my full app . eg: i am having 5 activity with parental activity(back button).in my 3rd activity i am keeping this notification button . when i pressed back button it should come to 2nd activity instead my app got closed🤷♂️. you have any idea on this
Because ur of the activity stack, since ur pending intent might be directly to 3 rd activity so the 1/2 activity are not there in the stack so when u press back button then instead of popping it closes ur app
@@mafiacodes Thanks for your quicky reply👌 and sorry for my late response.. yes u were right i used TaskStackBuilder and it solved my purpose. i learned new topic because of you. Thanks a lot😊✌
Great Video
Will b doing it
@@mafiacodes eagerly waiting, love from Bangladesh
do you know how i can set a custom notification inside a broacast receiver to show it when the alarm starts?
th-cam.com/video/rowqGmHcBJc/w-d-xo.html This might help
Awesome video.👍
I have a problem,
My android studio is updated to 3.5 version which is using AndroidX and i am getting a big problem related to navigation drawer. I am selecting navigation drawer template at starting but i am unable to understand what's going on and after run the codes the nav drawer items are also not responding, drawer is not scrollable as well on the device. Please please help.
The issue is resolved. There is an issue in v3.5 with xml file. If we auto format them the palaces of elements got changed, and my drawer layout is basically goes behind the main activity. That's why its got disabled.
Now its working fine.
But i have a request please make a video on that, and I want to know what is fragments with viewmodel, because in pre defined template it takes all of them, because its very difficult to implement everything from scratch while working live we have to take care of time and have to use predifine templates. As well as can you please share some knowledge about new version and new concepts like AndroidX.
Sorry my list of request is getting long and long 😁. But can you please help me how to add bottom navigation on activity which have drawer navigation.
Plz reply.
Thank you.
View Model | Live Data | Android Jetpack | Android Studio 3.1.2 th-cam.com/video/i22jxmIh_EE/w-d-xo.html
Watch this video to understand the concept of view model and live data
@@mafiacodes thank you so much ..
where are your ramdon class? Nonsense
Which one?
NotificationCompat.Builder is deprecated bro
maninder sha it is NOT deprecated, u can check the docs, moreover we use NotificationCompat to support older devices.
NotificationCompat.Builder is not deprecated, you can check the website, moreover compat is used to support older devices