I am trying to add a history page to my app, the page contains two sub-pages, one for the messages received (from the app owner, based on the user unique ID) and the other sub-page shows the history of actions completed by the user (take survey, upload photo ... etc.), In both sub-pages, the date and time should show under the message/action. The messages history is showing the latest on top. In fact, I have no clue what items should I use and what approach should I follow. Any advice or reference would be greatly appreciated.