I want to generate in app notification for my app like if boss update something bell icon will change, but nothing show on notification bar of Android app and when the user click bell icon it again take to new activity which shows what is the notification. What is the way to use this and how the icon will change before and after reading notification.
Asked
Active
Viewed 331 times
1
-
What have you tried? @GunjanBansal show some code. – Ajay K S Jan 22 '20 at 10:22
-
I tried to find some sample code but i was not able to find any code according to my requirement i am new in android so need some help. – Jan 22 '20 at 10:25
-
Try this https://www.tutorialspoint.com/android/android_notifications.htm – Ajay K S Jan 22 '20 at 10:37
-
thanks i saw this but i don't want this kind of notification i want notification like you tube show you when you open app and is show on subscription icon if somebody likes your video or comment on something if you disable push notification also. – Jan 22 '20 at 10:50
-
Have you triggered any function when you want a notification? – Ajay K S Jan 22 '20 at 10:54
-
i have tried with push notification tutorial but the issue is i cannot use firebase i have to use only php and mysql is there anyway?? – Jan 23 '20 at 04:09
-
use background services – Ajay K S Jan 23 '20 at 04:17