Top "Notifications" questions

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

C# client library for subscribing/publishing MQTT (Really Small Message Broker)

I need to implement the push notification for Android but there will not be internet access and only intranet access …

c# .net android notifications mqtt
Determine addAction click for Android notifications

I'm trying to use the new notifications interface. I've added 3 buttons to the notifications, and I want to save something …

android android-intent notifications broadcastreceiver android-4.0-ice-cream-sandwich
Android notification doesn't disappear after clicking the notifcation

If got some issues with a notification I want to show in the notification bar. Although I set the notification …

android notifications
Notification system using php and mysql

I wanted to implement a notification system for our school, it's a php/mysql webapp that is not opened for …

php mysql triggers notifications
How to read all the coming notifications in android

How to read all the coming notifications in android. Is it possible to use the broadcast receiver to listen the …

android notifications broadcastreceiver
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
How to add a notification badge/count to application icon on Sony Xperia devices?

With Sony's Xperia Home, certain apps have the ability to display a count bubble or badge on the app icon. …

android count notifications badge sony
Ask for User Permission to Receive UILocalNotifications in iOS 8

I have set up local notifications in the App Delegate Using this: - (void)applicationDidEnterBackground:(UIApplication *)application { UILocalNotification *notification = [[UILocalNotification …

ios cocoa-touch notifications ios8 uilocalnotification
NotificationCompat 4.1 SetSmallIcon and SetLargeIcon

I used this simple code to set a Notification in Android 4.1 or higher. It works well, but my problem comes …

android notifications icons
Custom notification layouts and text colors

My application shows some notifications, and depending on user preferences it might use a custom layout in a notification. It …

android notifications android-notifications