Top "Notifications" questions

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

How to make notification intent resume rather than making a new intent?

What i have here is a simple webview activity that when loaded it auto displays an ongoing notification. The idea …

android android-activity android-intent notifications resume
Best way to serialize an NSData into a hexadeximal string

I am looking for a nice-cocoa way to serialize an NSData object into a hexadecimal string. The idea is to …

iphone notifications nsdata
Cocoa Custom Notification Example

Can someone please show me an example of a Cocoa Obj-C object, with a custom notification, how to fire it, …

objective-c cocoa notifications
Event OnClick for a button in a custom notification

I have a custom notification with a button. To set the notification and use the event OnClick on my button …

android button notifications onclick
How to Create a Reminder Notification

I have referred many sites but still I am not able to create the notification(reminder or alarm) I don't …

android notifications android-notifications
How to Schedule Notification in Android

I'm trying to set notification for a time in the future. I have the code for creating a notification but …

java android notifications android-notifications
Get notification when NSOperationQueue finishes all tasks

NSOperationQueue has waitUntilAllOperationsAreFinished, but I don't want to wait synchronously for it. I just want to hide progress indicator in …

iphone asynchronous queue notifications nsoperation
How to send notification to specific users with FCM?

I prepared the receiver for FCM and can send a notification to all devices. gcm-http.googleapis.com/gcm/send with …

android notifications firebase google-cloud-messaging firebase-cloud-messaging
On Android 8.1 API 27 notification does not display

I get Toast on Android 8.1 API 27: Developer warning for package "my_package_name" Failed to post notification on ... Logcat includes …

android notifications android-notifications android-8.0-oreo
Notification multiline

How to make a long notification multiline. I am using the below code snippet but its not working: NotificationCompat.Builder …

android notifications