Тёмный

NOTIFICATIONS - Android Fundamentals 

Philipp Lackner
Подписаться 182 тыс.
Просмотров 46 тыс.
50% 1

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@ConnectBhawna
@ConnectBhawna 2 года назад
I am in the end of completing this tutorial really i really appreciate your work you did for preparing this tutorial. Now i have the confidence that i can work on my own project. Thanks brother for doing so
@DanielTobi00
@DanielTobi00 Год назад
Hello, after this series, what next did you do?
@a-zlearning6259
@a-zlearning6259 9 месяцев назад
@daniel_tobi I believe, based on his 2023 Android developer roadmap, you should begin with the Jetpack Compose playlist.
@manishpanwar2517
@manishpanwar2517 3 года назад
Literally one of the best youtube channel please support him guys for his hardwork
@anorov_hasan
@anorov_hasan 4 года назад
thanks for the tutorial it is just amazing, and when I open my app by notification it still appears on the top, how we can solve it
@trunghieu5386
@trunghieu5386 3 года назад
@Penta Rahul Krishna nice guy, you save my day
@srivastav3684
@srivastav3684 3 года назад
This guy will touch million subscribers very soon. Mark my words
@youtubetv3474
@youtubetv3474 Год назад
🤡
@suboshk777
@suboshk777 6 месяцев назад
Is it possible to listen to action when I try to drag up and down of notification bar,for example enabling Bluetooth or location.I need to listen that into my fragment
@Ispossible1
@Ispossible1 3 года назад
Thanks for this, I want my notification to be on top float on other apps. That is when using other apps and you get a notification it should display on top of that app with a circular icon...same as fb Messenger did
@syndromsyndrom6546
@syndromsyndrom6546 2 года назад
Hey , i want first say you thank for thats great tutorial. Have my question for you , how do i can send notification another or target user ? please give me solition or answer to find it.
@tomaszb9668
@tomaszb9668 3 года назад
You have really great tutorials :) thanks Man for it :)
@petermeyer4273
@petermeyer4273 2 года назад
Super verständlich erklärt. Aber bis hier ist es ja nur Spielerei. App öffnen und sich selbst mit einer Nachricht informieren. Gibt es ein Video oder Empfehlungen zu Resourcen, wie: -Eine zweite Notification ins Spiel kommen kann? -Die Notification ohne Klick auf Button ausgeführt werden kann aus dem Hintergrund? -Die Notification täglich gescheduled werden kann? Gruß
@PhilippLackner
@PhilippLackner 2 года назад
Für notifications im Hintergrund, zb wenn eine Nachricht empfangen wird, lies dich mal in Push notifications ein. Hier ein Video dazu: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HoFWPPv1ih8.html Für scheduling, guck dir AlarmManager oder WorkManager an. Hier ein Video zu WorkManager: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Psc2xyutE2U.html
@wailhamman6317
@wailhamman6317 3 года назад
Thansk for all the work you do, I like your videos and your explanation. One this about thatSDK change, I think it was more of a shortcut it didnt correct the main problem. It will be better if next time you show the real solution IMHO. Thanks again for all the effort you offer to the comunity big up
@d.ndriotis9209
@d.ndriotis9209 Год назад
Awesome video! Your explanatory skills are very good.
@TNVR69
@TNVR69 3 года назад
hi, what if I want my app to return to an already running activity when you click the notification? I am building a timer app the sends the notification when the timer is started and I want the user to return to the timer page when they click the notification. But here my app opens a new timer activity page .
@muneeburrehman6786
@muneeburrehman6786 3 года назад
great , but i have seen images appearing in notification as well , have you covered that as well ?
@allanandliftedhands2669
@allanandliftedhands2669 3 года назад
Very well explained..i have been able to follow this successfully using Java
@htgsniper8458
@htgsniper8458 Год назад
asking to implement permission so that user can reject or accept the notification how can we do that, will I need to follow permissions tutorial
@kranjani3585
@kranjani3585 5 месяцев назад
click on red bulb kind of suggestions then click add permission
@guy1407
@guy1407 4 года назад
Hi, many thanks for the demo Is there another demo with some menu (like WAZE = Close app )
@_AverageGuy
@_AverageGuy 3 года назад
Hey! Great video as always! But I have question if I want to remove notification when I close the app, what's the best place to do it? I have a service that sends the notification. Any help is appreciated :)
@millenniumchowdhury6395
@millenniumchowdhury6395 3 года назад
Make a playlist in firebase ...also plz make vdo in Work manager and FCM
@trunghieu5386
@trunghieu5386 3 года назад
Perfect tutorial, i would like to show popup notification up, how we can solve it?
@miltonpimentel3769
@miltonpimentel3769 2 года назад
After clicking on the notification it wasn't supposed to disappear??
@nicolegraves9145
@nicolegraves9145 2 года назад
Thank you for tutorial! It helped me a lot!
@erendenizkaya3155
@erendenizkaya3155 2 года назад
Hey! Thanks for the video. But I have question. When I write the intent and pendingIntent, the application closes itself. How can I fix that problem?
@thiagogomes9043
@thiagogomes9043 2 года назад
Try to change PENDINGINTENT.FLAG_UPDATE_CURRENT to Mutable
@kesavguru415
@kesavguru415 Год назад
@@thiagogomes9043 🤠 Thanks
@petermeyer4273
@petermeyer4273 2 года назад
Und was ist mit dem Handling vor Oreo? Die else Schleife existiert nicht? Wäre auch toll
@writerchris2j1984
@writerchris2j1984 2 года назад
thank you! Always an easy to consume resource!
@newbiegameplayy
@newbiegameplayy 2 года назад
Hi Phillip, i want to ask, if the notification was showing before we open the app when we click the notification didn't go to pending intent target. But it will restart the app. How to solve it?
@_jsonV
@_jsonV 4 года назад
What if the Button, btnNotification, is inside a fragment of MainActivity instead of directly a part of MainActivity like in this video? How do you access fragments internals from a parent activity? Callbacks? Doing the logic in onStart instead of onCreate?
@PhilippLackner
@PhilippLackner 4 года назад
Then you could also just show the notification from within the fragment, it doesn't need to be shown from within the activity
@mharis404
@mharis404 Год назад
hi, what if i have to keep minSDK to 15, how will I counter the TaskStackBuilder API required 16?
@yusufaydn6927
@yusufaydn6927 2 года назад
thanks, great tutorial
@phumlamabuza3453
@phumlamabuza3453 Год назад
is it possible to do this in a fragment?
@TheImaginativeSachin
@TheImaginativeSachin Год назад
This was kinda hard to understand with the taskstackbuilder . I still don't understand it fully.
@Jojoyel
@Jojoyel 4 года назад
Hello, I like your tutorials, here and on Instagram, but is it possible to have Java tutorials ?
@PhilippLackner
@PhilippLackner 4 года назад
Thank you! Sorry, but I don't do Java tutorials because Java is outdated for Android, almost nobody uses it anymore for that
@Jojoyel
@Jojoyel 4 года назад
@@PhilippLackner oh, too bad, thanks anyway
@akhileshrupaji5936
@akhileshrupaji5936 4 года назад
Brother here --->lightColor = color. suggestions are Not getting ....i have Added Material dependency also
@st.libertos
@st.libertos 2 года назад
Thank you!
@vj711
@vj711 2 года назад
Notification isn't disappearing after click ??
@salmakd3586
@salmakd3586 Год назад
So awesome!
@nerdsplus5499
@nerdsplus5499 2 года назад
How to send notification from any app to other app
@arslanabbasi218
@arslanabbasi218 3 года назад
how can we do it with fcm ??
@noshingh521
@noshingh521 4 года назад
Bro, consider that there is a third party web service and it updated every hour, and I want that when this web service updated ,immediately user notified with notification. Something like WhatsApp or telegram application. can we use web socket with third party web services? Or is there any other solution for that? thanks
@PhilippLackner
@PhilippLackner 4 года назад
WhatsApp and Telegram usually implement such behaviour with push notifications (e.g. FCM) here, I have a video about how to implement that behaviour: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HoFWPPv1ih8.html
@arslanabbasi218
@arslanabbasi218 3 года назад
@@PhilippLackner i am using fcm and passing message to popup and it is working good in android studio but not working when i make apk file and install on mobile can you provide solution of this problem?
@aldredcresp6312
@aldredcresp6312 2 года назад
Also, if anyone can tell me how to travel to the specific fragment instead of the Activity when the user clicks the notification, that would be great
@siddiquahanjum1347
@siddiquahanjum1347 2 года назад
I also want to know this...
@studyonline3236
@studyonline3236 Год назад
Just add an intent extra, the key of which should uniquely identify the fragments. In the Activity, handle the intent and replace the fragment container with the right fragment based on the intent extra.
@studyonline3236
@studyonline3236 Год назад
val replyIntent = Intent(context, YourReplyService::class.java) val replyPendingIntent = PendingIntent.getService(context, 0, replyIntent, 0) val action = NotificationCompat.Action.Builder( R.drawable.ic_reply, "Reply", replyPendingIntent ).build() builder.addAction(action)
@yisun9573
@yisun9573 Год назад
When I pop notification, and close the app. The notification will be gone. Dose anyone know the reasons?
@fahrican9708
@fahrican9708 3 года назад
great video!
@PhilippLackner
@PhilippLackner 3 года назад
Thanks!
@aarifalisaifi7743
@aarifalisaifi7743 2 года назад
nice!!
@kareemkamal6185
@kareemkamal6185 3 года назад
The best ever
@jaygarzon6709
@jaygarzon6709 2 года назад
I am here May 2022
@mohameddarwish1347
@mohameddarwish1347 4 года назад
getsystemservice(context.Notification_service) type mismatching Req Context Found String how can i handle it
@PhilippLackner
@PhilippLackner 4 года назад
well you passed a string where you should pass the context. Check again, you probably dont have it like in the video
@roamthenation
@roamthenation 2 года назад
Did you ever find the reason for this? same issue.
@clark4813
@clark4813 3 года назад
Why is this so hard? Why cant it be easier...
@awkwardquestion8643
@awkwardquestion8643 3 года назад
its android, baby))
@shreyashchoudhary7413
@shreyashchoudhary7413 3 года назад
Epic!
@gamesforu6619
@gamesforu6619 3 года назад
How to receive notifications from api in real life instead of click listener on a button.
@introvertsdiary
@introvertsdiary 3 года назад
I love you
@asimlatif360
@asimlatif360 3 года назад
Can we do this instead of TaskStackBuilder ? val contentPendingIntent = PendingIntent.getActivity( applicationContext, NOTIFICATION_ID, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT )
@johndominicjasmin
@johndominicjasmin 2 года назад
yes
Далее
INTENT SERVICE - Android Fundamentals
10:06
Просмотров 31 тыс.
RECYCLERVIEW - Android Fundamentals
24:58
Просмотров 103 тыс.
Intents & Intent Filters - Android Basics 2023
25:36
Просмотров 73 тыс.
Introducing with Notifications in Android
8:42
Просмотров 12 тыс.
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 640 тыс.
PERMISSIONS - Android Fundamentals
19:00
Просмотров 47 тыс.
FRAGMENTS - Android Fundamentals
17:29
Просмотров 330 тыс.
Foreground Services - Android Basics 2023
22:22
Просмотров 79 тыс.