Questions tagged as 'android-notifications'

1
answer

Create an alert dialog by clicking on a notification

As I do for when I play the notification instead of launching an activity I launch an alert dialog with the numbers? private void showNotification( RealmResults<Note> notes, String key ) { //asignar inbox style notification Notif...
asked by 15.05.2018 / 15:30
1
answer

Problem with a notification: null object reference

I am trying to make a notification from a class without activity, I have this code, which gives the following error I have tested verifying if the notification was null but not null, I do not know what the house can be private Intent getNot...
asked by 18.04.2018 / 10:14
0
answers

Change variable from the button of a notification

This is the method that shows the notifications, what I want is that when one of the two notification buttons is changed, one of the global variables of the class in which that method is, that is, the dale to one of its two buttons that an int p...
asked by 16.04.2018 / 14:18