Top "Notifications" questions

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

Push Notifications when app is closed

Do you know if is it possible to receive notifications from google cloud message when the application is fully closed? …

android notifications push
Local Notifications in Android?

In iOS, a "Local Notification" is used by an app when it is in the background, to inform the user …

android notifications local
How to add button to notifications in android?

My app plays music and when users open notifications screen by swiping from the top of the screen ( or generally …

android button widget notifications
Uri to default sound notification?

I use the Notification.Builder to build a notification. Now I want to use the default sound notification with: builder.…

android notifications uri
Remove notification after clicking

I want that the notification will be closed after the user is clicking on it. I saw that everybody saying …

android eclipse notifications
Notification click: activity already open

I have an application with notifications that open a certain activity if I click them. I want that, if I …

android notifications android-activity
How to remove notification from notification bar programmatically in android?

Anybody have idea how can we remove notification from application programmatically which is called using Pending intent. I have used …

android notifications android-notifications android-pendingintent
Firebase (FCM): open activity and pass data on notification click. android

There should be clear implementation of how to work with Firebase notification and data. I read many answers but can't …

android firebase notifications firebase-realtime-database firebase-cloud-messaging
PendingIntent works correctly for the first notification but incorrectly for the rest

protected void displayNotification(String response) { Intent intent = new Intent(context, testActivity.class); PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, Intent.FLAG_…

android notifications android-pendingintent