Your Video is clear, with android codes well zoomed and good explanation
@CodesEasy Жыл бұрын
Glad to hear that
@alidemirci77068 ай бұрын
how can I do this automatically? For example I want it to push notification at 10pm whether the app is open or closed
@lukmannurhafizramli13775 ай бұрын
Maybe you can try searching for Firebase Cloud Messaging
@пашапарк-й6д Жыл бұрын
Thank you, but i have a question. Where do you put the time of arrival of the notification?
@CodesEasy Жыл бұрын
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 Жыл бұрын
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
@אילימדר-פ4ק5 ай бұрын
Does it have a broadcast?
@oracleuser-bh1sp8 ай бұрын
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 .
@vidhan-dev7 ай бұрын
Thanks man That was helpful.
@CodesEasy7 ай бұрын
Glad it helped
@divakarsanadhya13762 ай бұрын
Thank you sir , it helped me lot .❤❤
@CodesEasy2 ай бұрын
Glad to hear that
@underlord71196 ай бұрын
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?
@jacksmith90446 ай бұрын
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.
@SangPenyeruOfficial9 ай бұрын
can u make backend to add more push notification ?
@CodesEasy9 ай бұрын
Sure, new video coming soon
@tanmaysinghal8370 Жыл бұрын
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 Жыл бұрын
i would recommend you to use firebase to do this earlier. Or you can do it manually coding it also
@tiwarigaman9 ай бұрын
@@CodesEasyhow can we use manually
@yoseph6456 Жыл бұрын
Is there a way for multiple notifications to collect under the same panel?
@CodesEasy Жыл бұрын
Sure you can adjust on this
@cts3md11 ай бұрын
Awesome tutorial, thanks for posting this! Very well paced and easy to follow!
@CodesEasy10 ай бұрын
Glad it was helpful!
@Prasadcreation7597 ай бұрын
Thanx a lot sir ❤
@rc5016 Жыл бұрын
Great video! Can you do the same thing with Kotlin language?
@CodesEasy Жыл бұрын
Yes, soon
@timd640 Жыл бұрын
thank you man the tutorial work great
@CodesEasy Жыл бұрын
Happy that you liked the video
@mostafaebrahim88179 ай бұрын
Thank you man
@CodesEasy9 ай бұрын
You're welcome!
@sabbir28658 ай бұрын
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
@samirdesigner3324 Жыл бұрын
thank you make admin can in app send notification to user app how this ?
@CodesEasy Жыл бұрын
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. 👍
@Mark-f8d4p Жыл бұрын
Thank you ! I try to do onclick in fragmentMain, but it cannot work.Why?
@CodesEasy Жыл бұрын
Join our discord or whatsapp group and ask your doubts, i don't understand your question
@anandhakumar869 Жыл бұрын
Great video 💥🔥
@CodesEasy Жыл бұрын
Thanks! 😃
@juanjosemelendez35292 ай бұрын
Gracias, me. ayudo mucho ¡¡
@joyokilatmoko8375 Жыл бұрын
How to get a notification every time there is new data in the Firebase realtime database
@CodesEasy Жыл бұрын
Firebase has many other ways to do this. Check docs
@iqrardemimus47633 ай бұрын
What if a notification appears when an activity occurs ?