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.

Changing notification icon background on Lollipop

I was going through the Notifications design pattern, and didn't find anything that talks about notification icon background. As you …

android android-notifications android-5.0-lollipop
Set Drawable or Bitmap as icon In Notification in Android

I download a image from server as bitmap and convert it to drawable now i want to use this drawable …

android android-notifications android-notification-bar
Change Notification Layout

I decompiled my system music app (from Sony Ericsson for Android GB 2.3.7) because I want to change the notification layout. …

android android-layout android-notifications
Changing LED color for notifications

I am basically just experimenting with Android development, and a couple of days ago I came across this app called "…

android android-notifications
Android Color Notification Icon

I'm working on an app where I create a notification for the user. I want the icon to appear as …

java android colors push-notification android-notifications
Adding button action in custom notification

I have made custom notification and there is a button in that, I want to perform two different functionalities on …

android android-layout android-intent android-fragments android-notifications
Update text of notification, not entire notification

Prelude I'm trying to add a chronometer on the notification. The chronometer is a service. Every second this line is …

android android-notifications
Failed to post notification on channel "null" Target Api is 26

Two log showing 1: Use of stream types is deprecated for operations other than volume control 2: See the documentation of setSound() …

android android-notifications android-8.0-oreo
Heads-up Notification - Android Lollipop

I'm trying to show a notification-type heads-up but I could not. What I tried final Notification.Builder notif = new Builder(…

android android-5.0-lollipop android-notifications
How to open fragment page, when pressed a notification in android

I am trying to open a fragment when I press a notification in the notification bar. My app structure is: …

android android-fragments android-notifications android-pendingintent