Top "Android-notification-bar" questions

Use this tag for questions relating to issues showing your notification in the notification area.

How to create a notification with NotificationCompat.Builder?

I need to create a simple notification which will be shown in notification bar along with the sound and icon …

android notifications android-notifications android-notification-bar
Load image from url in notification Android

In my android application, i want to set Notification icons dynamically which will be loaded from URL. For that, i …

android bitmap google-cloud-messaging android-notifications android-notification-bar
Why do icons set with Notification.Builder.setSmallIcon in Android Lollipop show as a white square?

I have this code: Notification notif; // Build notification Notification.Builder notifBuilder = new Notification.Builder(context); notifBuilder.setContentIntent(pendingIntent); notifBuilder.setContentTitle(…

android notifications android-5.0-lollipop android-notification-bar
Listen to incoming Whatsapp messages/notifications

I'm working on a notification based app, for which I need to listen to incoming notifications. I've been able to …

android android-intent android-notifications android-notification-bar android-broadcast
Android 4.1: How to check notifications are disabled for the application?

Android 4.1 offers the user a check box to disable notifications for a specific application. However, as a developer we have …

android android-notifications android-notification-bar
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
Disable the notification panel from being pulled down

I am working on a lockscreen app and I need to disable the ability to pull down the notification/status …

android android-notification-bar
Android: How can I put my notification on top of notification area?

I'm trying to put my notification on top of notification area. A solution is to set the parameter "when" to …

android notifications android-notification-bar notification-bar
How to count number of notification and display single icon in Android?

I have multiple Android notification, but when I send a message from my web server, the android device creates a …

android eclipse android-notifications android-notification-bar