Top "Notifications" questions

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

What are the sizes of the icons in Android notifications action-buttons?

In expandable Notifications: what dimensions (in dp) should the icons have? Like the Icons for Snooze and Email here:

android notifications icons
catch on swipe to dismiss event

I'm using an android notification to alert the user once a service is finished (success or failure), and I want …

android service notifications swipe temporary-files
How to group android notifications like whatsapp?

I don´t know how to group two or more notifications into only one and show a message like "You …

android notifications stack google-cloud-messaging grouping
Disable sound from NotificationChannel

Today I started targeting API 26 which forced me to use Notification Channels. My problem is that now on each new …

android notifications
getIntent() Extras always NULL

I wrote a simple Android App that show a custom Notification like this: Context context = getApplicationContext(); NotificationManager manager = (NotificationManager)getSystemService(…

android notifications android-intent
UNUserNotificationCenter did receive response with completion handler is never called iOS10, swift 2.3

I am scheduling new notifications in iOS10, like this: func scheduleNotification (event : Meeting, todaysBadgeCounter: Int) { if #available(iOS 10.0, *) { let minutesBefore = 10 //…

xcode notifications ios10
Cancel UILocalNotification

I have a problem with my UILocalNotification. I am scheduling the notification with my method. - (void) sendNewNoteLocalReminder:(NSDate *)date …

iphone cocoa-touch notifications ios4
Is possible set Expanded Notification as default in Big Text Notifications?

I followed this Sample Code In Big Text Notifications section, he said that need expand to see Big text notification …

android notifications android-notifications android-styles
How to get TFS Build Status notifications?

I want to get the build status in TFS (whether it is succeeded or failed). Which classes and methods can …

tfs build notifications status
android pending intent notification problem

I have a alarm thing going on in my app and it launches a notification that then when pressed launched …

android notifications android-intent