I have developed an app which is receiving notifications from firebase cloud messsaging.I want to save/store all these received notifications in any activity say(NotificationActivity),which displays all the notifications previously received.
I am opening MainActivity on clicking the push notification.I want to store the description and title.