If I understand correctly, I have done something kind of like this, using a button (with the text set to Notifications: X, the x changes to the amount of notifs). I stored the actual information into an array, when the button was clicked it used the same array to make a new list on a new screen. Then they could just click on the item and see the info. Of course as Mobione does not run in the background there is no way to notify them when the app is closed.
Edit: The array was saved into local storage to keep on the device.