Welcome to our comprehensive course on SAP UI5 Fiori! This course is designed for developers who want to learn how to create amazing user interfaces using the SAP UI5 framework. By the end of this course, you'll be able to build your own Fiori applications.
In this module, you'll learn how to set up your development environment for SAP UI5. We'll also cover the basics of the SAP UI5 framework and create a simple application.
// Your first UI5 app
jQuery.sap.require("sap.ui.core.UIComponent");
sap.ui.define([], function() {
return sap.ui.core.UIComponent.extend("my.app.Component", {});
});
In this module, you'll learn about the Fiori Launchpad, which is a role-based launching pad for SAP Fiori apps. We'll also create our first Fiori app.
In this module, you'll learn how to create Fiori tiles for your applications and design pages using the Fiori Design Guidelines.
In this module, you'll learn about XMLViews, which are the building blocks of any UI5 application. We'll also cover controllers and models to interact with your app's data.
In this module, you'll learn how to use OData services to fetch data for your apps. We'll also cover forms and tables, two essential components of most Fiori apps.