Use this tag for questions relating to issues showing your notification in the notification area.
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-barAs shown in the figure... I am getting my notification icon(on left to the red colour). But I need …
android android-studio notifications android-notifications android-notification-barIn 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-barI 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-barI'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-broadcastAndroid 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-barI download a image from server as bitmap and convert it to drawable now i want to use this drawable …
android android-notifications android-notification-barI am working on a lockscreen app and I need to disable the ability to pull down the notification/status …
android android-notification-barI'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-barI 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