Top "Notifications" questions

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

Sending a notification from a service in Android

I have a service running, and would like to send a notification. Too bad, the notification object requires a Context, …

android service notifications
How to play a notification sound on websites?

When a certain event occurs, I want my website to play a short notification sound to the user. The sound …

javascript html audio notifications html5-audio
How to clear a notification in Android

Is it possible to clear a notification programatically? I tried it with the NotificationManager but its not working. Is there …

android notifications
Actionbar notification count icon (badge) like Google has

Is there a android standard badge or method to show action bar notification icon with a count like on Google …

android notifications icons android-actionbar actionbarsherlock
Determine on iPhone if user has enabled push notifications

I'm looking for a way to determine if the user has, via settings, enabled or disabled their push notifications for …

ios iphone notifications apple-push-notifications push
No notification sound when sending notification from firebase in android

I am sending push notification from firebase to my Android Application. but when my app is in background firebase onMessageReceived …

android push-notification notifications firebase firebase-cloud-messaging
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
How to display multiple notifications in android

I am receiving only one notification and if there comes another notification, it replaces the previous one and here is …

android notifications android-notifications
Android notification is not showing

I need a program that will add a notification on Android. And when someone clicks on the notification, it should …

android notifications
Android how to show notification on screen

I've been working on push notifications and I am able to implement it and display it on status bar, the …

android notifications lockscreen