Top "Notifications" questions

A notification is a user interface element displayed to indicate an event has occurred.

Chrome desktop notification example

How does one use Chrome desktop notifications? I'd like that use that in my own code. Update: Here's a blog …

javascript desktop google-chrome notifications
How to display count of notifications in app launcher icon

samsung galaxy note 2 android version 4.1.2 I know that this question was asked before and the reply was not possible How …

android android-layout notifications icons
Open application after clicking on Notification

I have a notification in my app with the following code: //Notification Start notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); int …

android notifications
How to play an android notification sound

I was wondering how I could play a notification sound without playing it over the media stream. Right now I …

android audio notifications
Android: remove notification from notification bar

I have created an application and with an event I manage to add notification in android notification bar. Now I …

android notifications
Android Push Notifications: Icon not displaying in notification, white square shown instead

My app generates a notification, but the icon I set for that notification is not being displayed. Instead, I get …

android notifications icons
How to fix "no valid 'aps-environment' entitlement string found for application" in Xcode 4.3?

I've been trying very very hard to create a simple simple iOS app which can recieve push notifications. My only …

ios notifications push-notification apple-push-notifications
How exactly to use Notification.Builder

I found that I am using a deprecated method for noficitations (notification.setLatestEventInfo()) It says to use Notification.Builder. How …

android api notifications deprecated
How to send parameters from a notification-click to an activity?

I can find a way to send parameters to my activity from my notification. I have a service that creates …

android android-intent bundle notifications
NotificationCompat.Builder deprecated in Android O

After upgrading my project to Android O buildToolsVersion "26.0.1" Lint in Android Studio is showing a deprecated warning for the follow …

android notifications android-notifications