[SAP] SAPUI5 for dummies part 1: A complete step-by-step exercise

Introduction & Recap
In the previous blog post, we have created a new SAPUI5 application on our SAP SCP WebIDE Full stack and we have configured it to use the destination to the SAP Netweaver Gateway Demo ES5.
What will be covered on this exercise
- What is an XML Metadata Manifest and what’s inside it?
- How to use our OData Model and bind it into our application
- Use a
sap.m.Tablewith items and property binding - Use
sap.ui.model.type.DateTimeto format JavaScript Date - How to style columns to act differently on mobile/tablet/desktop devices


