python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android send out generic notification instead of custom one for foreground service
I'm trying to create a custom notification with an action for my foreground service but for some reason android keeps sending out a generic "{appname} is running in the background | tap for more ...
bait9
Votes: 0
Answers: 1
Set ID in FCM notification
I am developing a tool to send FCM notifications to Android phones. I am using Firebase Cloud Messaging to do this. I send the notifications through PHP and CURL. I would like all the notifications to...
Blas Piris
Votes: 0
Answers: 1
How to bold title in notification?
I have got normal text, but I would like to that my string title will be display as bold.
I have tried sth like below, but it doesn't work.
val sb: Spannable = SpannableString("Bold te...
chrisu.chrisu
Votes: 0
Answers: 1
Android - Cancel all Notifications in a NotificationChannel
I'm surprised to find out this isn't already provided in Google's API. The closest I was able to find was cancel(String tag, Id int), but this requires an ID of a specific Notification. There is also ...
kc_dev
Votes: 0
Answers: 1