One of the pitfalls of Apple iOS is the lack of a good notification system. By notification system, I mean a panel where one can view all their notifications in a consolidated panel, much like the notification panel of Android OS.
Instead, we have a system that, with every pushed notification, you get a popup alert, a sound and a badge on the application icon which presents itself as a useless system once you dismiss the popup alert. Once the popup is gone, the risk of forgetting the notification opens up.
LockInfo, by David Ashman, picks up where Apple slacks by providing us with a very useful notification panel that can be set as your lockscreen, your first Springboard page and/or a panel activated by Activator (known as InfoShade). The latter provides Android-like functionality with a panel available from any screen, whether from within an open app or not...