Top "Android-notifications" questions

A status notification adds an icon to the system's status bar (with an optional ticker-text message) and a notification message in the notifications window.

Android O - Notification Channels and NotificationCompat

I cannot change this feeling: again, the Android developers came up with something new and leave everybody in the dark …

java android-notifications android-support-library android-8.0-oreo
Why do we use the TaskStackBuilder?

Why do we use the TaskStackBuilder when creating a notification? I do not get the logic behind it. Can someone …

android android-notifications taskstackbuilder
Send Push notification in android

I want know something about push notifications. I am making a android apps and in this apps first user register …

android push-notification android-c2dm android-notifications
Honeycomb notifications - How to set largeIcon to the right size?

I find myself curious why the setLargeIcon method on Notification.Builder only accepts a Bitmap, with no overload to provide …

android android-3.0-honeycomb android-notifications
How to show a notification everyday at a certain time even when the app is closed?

Although this question might have been asked before on Stack Overflow, I still haven't found a clear answer. I want …

android android-intent android-service android-notifications android-alarms
Clicking Android Notification Actions does not close Notification drawer

I am adding a Notification to System bar using the NotificationCompat library. This Notification has two action buttons. Also, AutoCancel() …

android android-intent android-notifications
Android 8 notifications setSound not working

I have the following code but everytime I just hear the default android sound. // create channel NotificationChannel channel = new NotificationChannel(…

android android-notifications android-8.0-oreo
Show Notification of Firebase Message onReceived when App is in Background Through api

I have built a chat application . It is working fine . both users can chat easily but where I get Stuck …

android firebase android-notifications firebase-notifications
Android Notification Action is not fired (PendingIntent)

I am trying to add an Notification action item in my app which is a music player. When a stream …

android android-intent android-activity android-notifications android-pendingintent
Large notification icon background

Since Android 5.0 large icons in notifications have color background: For small icon, it is the accent color of notification (Notification.…

android android-notifications android-5.0-lollipop