My application is sending a notification.I want to implement when a user check notification and click on the notification I want to open a pop up on my application main screen.It is some thing like that my main screen stay as it is but a pop up will open in front
of it.
Thanks In advance
My application is sending a notification.I want to implement when a user check notification
Share
You will need a
Broadcast a intentand aIntent ReceiverBelow is my
create Notificationcode.You will need to broadcast an intent when user clicks on notification icon.
Below is my
BroadCast ReceiverThe toast will be displayed when you click on the notification icon. It doesnot matter on which screen you are, the toast will be displayed whenever user click notification icon.